Searched refs:next_fb (Results 1 – 4 of 4) sorted by relevance
47 struct drm_framebuffer *next_fb; member630 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()
1967 #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()
341 struct list_head next_fb; member
4986 int next_fb; in drmmode_flip_fb() local5039 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()