Searched refs:rotate_bo (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 2196 if (!drmmode_create_bo(drmmode, &drmmode_crtc->rotate_bo, in drmmode_shadow_allocate() 2203 ret = drmmode_bo_import(drmmode, &drmmode_crtc->rotate_bo, in drmmode_shadow_allocate() 2208 drmmode_bo_destroy(drmmode, &drmmode_crtc->rotate_bo); in drmmode_shadow_allocate() 2214 return drmmode_crtc->rotate_bo.gbm; in drmmode_shadow_allocate() 2216 return drmmode_crtc->rotate_bo.dumb; in drmmode_shadow_allocate() 2260 if (!drmmode_bo_has_bo(&drmmode_crtc->rotate_bo)) { in drmmode_shadow_create() 2266 pPixData = drmmode_bo_map(drmmode, &drmmode_crtc->rotate_bo); in drmmode_shadow_create() 2267 rotate_pitch = drmmode_bo_get_pitch(&drmmode_crtc->rotate_bo), in drmmode_shadow_create() 2282 drmmode_set_pixmap_bo(drmmode, rotate_pixmap, &drmmode_crtc->rotate_bo); in drmmode_shadow_create() 2301 drmmode_bo_destroy(drmmode, &drmmode_crtc->rotate_bo); in drmmode_shadow_destroy() [all …]
|
| H A D | drmmode_display.h | 211 drmmode_bo rotate_bo; member
|
| H A D | present.c | 243 if (drmmode_crtc->rotate_bo.gbm) in ms_present_check_unflip()
|
| H A D | dri2.c | 547 if (drmmode_crtc->rotate_bo.gbm) in can_exchange() 550 if (drmmode_crtc->rotate_bo.dumb) in can_exchange()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 1399 Rotate operation of XRandR uses rotate_bo. So in this case the fb_id 29401 if (drmmode_crtc->rotate_bo.gbm)
|