Lines Matching refs:fb
86 struct drm_framebuffer *fb) in omap_plane_update_pin() argument
91 if (pinned_fb != fb) { in omap_plane_update_pin()
94 DBG("%p -> %p", pinned_fb, fb); in omap_plane_update_pin()
96 if (fb) { in omap_plane_update_pin()
97 drm_framebuffer_reference(fb); in omap_plane_update_pin()
98 ret = omap_framebuffer_pin(fb); in omap_plane_update_pin()
106 omap_plane->pinned_fb, fb); in omap_plane_update_pin()
107 drm_framebuffer_unreference(fb); in omap_plane_update_pin()
112 omap_plane->pinned_fb = fb; in omap_plane_update_pin()
134 omap_plane_update_pin(plane, enabled ? plane->fb : NULL); in omap_plane_pre_apply()
144 omap_framebuffer_update_scanout(plane->fb, win, info); in omap_plane_pre_apply()
192 struct drm_crtc *crtc, struct drm_framebuffer *fb, in omap_plane_mode_set() argument
226 struct drm_crtc *crtc, struct drm_framebuffer *fb, in omap_plane_update() argument
247 plane->fb = fb; in omap_plane_update()
251 return omap_plane_mode_set(plane, crtc, fb, in omap_plane_update()