Home
last modified time | relevance | path

Searched refs:next_fb (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c47 struct drm_framebuffer *next_fb; member
630 tilcdc_crtc->next_fb = fb; in tilcdc_crtc_update_fb()
908 if (tilcdc_crtc->next_fb) { in tilcdc_crtc_irq()
909 set_scanout(crtc, tilcdc_crtc->next_fb); in tilcdc_crtc_irq()
910 tilcdc_crtc->next_fb = NULL; in tilcdc_crtc_irq()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1967 #define matroxfb_l(x) list_entry(x, struct matrox_fb_info, next_fb)
1975 minfo = matroxfb_l(minfo->next_fb.next)) { in matroxfb_register_driver()
1995 minfo = matroxfb_l(minfo->next_fb.next)) { in matroxfb_unregister_driver()
2013 list_add(&minfo->next_fb, &matroxfb_list); in matroxfb_register_device()
2033 list_del(&minfo->next_fb); in matroxfb_unregister_device()
H A Dmatroxfb_base.h341 struct list_head next_fb; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c4986 int next_fb; in drmmode_flip_fb() local
5039 next_fb = drmmode_crtc->current_fb + 1; in drmmode_flip_fb()
5040 next_fb %= ARRAY_SIZE(drmmode_crtc->flip_fb); in drmmode_flip_fb()
5041 fb = &drmmode_crtc->flip_fb[next_fb]; in drmmode_flip_fb()
5061 drmmode_crtc->current_fb = next_fb; in drmmode_flip_fb()