Home
last modified time | relevance | path

Searched refs:rotate_fb_id (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h212 unsigned rotate_fb_id; member
H A Ddrmmode_display.c623 else if (drmmode_crtc->rotate_fb_id) { in drmmode_crtc_get_fb_id()
624 *fb_id = drmmode_crtc->rotate_fb_id; in drmmode_crtc_get_fb_id()
2204 &drmmode_crtc->rotate_fb_id); in drmmode_shadow_allocate()
2298 drmModeRmFB(drmmode->fd, drmmode_crtc->rotate_fb_id); in drmmode_shadow_destroy()
2299 drmmode_crtc->rotate_fb_id = 0; in drmmode_shadow_destroy()
4989 drmmode_crtc->dpms_mode != DPMSModeOn || drmmode_crtc->rotate_fb_id) in drmmode_flip_fb()