Searched refs:next_fb (Results 1 – 3 of 3) sorted by relevance
48 struct drm_framebuffer *next_fb; member629 tilcdc_crtc->next_fb = fb; in tilcdc_crtc_update_fb()927 if (tilcdc_crtc->next_fb) { in tilcdc_crtc_irq()928 set_scanout(crtc, tilcdc_crtc->next_fb); in tilcdc_crtc_irq()929 tilcdc_crtc->next_fb = NULL; in tilcdc_crtc_irq()
1968 #define matroxfb_l(x) list_entry(x, struct matrox_fb_info, next_fb)1974 list_for_each_entry(minfo, &matroxfb_list, next_fb) { in matroxfb_register_driver()1992 list_for_each_entry(minfo, &matroxfb_list, next_fb) { in matroxfb_unregister_driver()2010 list_add(&minfo->next_fb, &matroxfb_list); in matroxfb_register_device()2030 list_del(&minfo->next_fb); in matroxfb_unregister_device()
340 struct list_head next_fb; member