Home
last modified time | relevance | path

Searched refs:current_fb (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h217 unsigned current_fb; member
H A Ddrmmode_display.c5023 fb = &drmmode_crtc->flip_fb[drmmode_crtc->current_fb]; in drmmode_flip_fb()
5039 next_fb = drmmode_crtc->current_fb + 1; in drmmode_flip_fb()
5061 drmmode_crtc->current_fb = next_fb; in drmmode_flip_fb()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dgma_display.c513 struct drm_framebuffer *current_fb = crtc->primary->fb; in gma_crtc_page_flip() local
550 crtc->primary->fb = current_fb; in gma_crtc_page_flip()