Lines Matching refs:fb
519 return omap_plane_mode_set(crtc->primary, crtc, crtc->primary->fb, in omap_crtc_mode_set()
545 return omap_plane_mode_set(plane, crtc, crtc->primary->fb, in omap_crtc_mode_set_base()
557 struct drm_framebuffer *fb; in vblank_cb() local
565 fb = omap_crtc->old_fb; in vblank_cb()
572 if (fb) in vblank_cb()
573 drm_framebuffer_unreference(fb); in vblank_cb()
585 omap_plane_mode_set(crtc->primary, crtc, crtc->primary->fb, in page_flip_worker()
591 bo = omap_framebuffer_bo(crtc->primary->fb, 0); in page_flip_worker()
606 struct drm_framebuffer *fb, in omap_crtc_page_flip_locked() argument
616 DBG("%d -> %d (event=%p)", primary->fb ? primary->fb->base.id : -1, in omap_crtc_page_flip_locked()
617 fb->base.id, event); in omap_crtc_page_flip_locked()
628 omap_crtc->old_fb = primary->fb = fb; in omap_crtc_page_flip_locked()
638 bo = omap_framebuffer_bo(fb, 0); in omap_crtc_page_flip_locked()