Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c48 struct drm_framebuffer *next_fb; member
629 tilcdc_crtc->next_fb = fb; in tilcdc_crtc_update_fb()
920 if (tilcdc_crtc->next_fb) { in tilcdc_crtc_irq()
921 set_scanout(crtc, tilcdc_crtc->next_fb); in tilcdc_crtc_irq()
922 tilcdc_crtc->next_fb = NULL; in tilcdc_crtc_irq()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h340 struct list_head next_fb; member