Searched refs:update_plane (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_sprite.c489 intel_plane->update_plane(plane, fb, obj, crtc_x, crtc_y,
618 .update_plane = intel_update_plane,
647 intel_plane->update_plane = snb_update_plane;
653 intel_plane->update_plane = ivb_update_plane;
H A Dintel_drv.h188 void (*update_plane)(struct drm_plane *plane, member in struct:intel_plane
H A Di915_drv.h133 int (*update_plane)(struct drm_crtc *crtc, struct drm_framebuffer *fb, member in struct:drm_i915_display_funcs
H A Dintel_display.c2244 ret = dev_priv->display.update_plane(crtc, fb, x, y);
8972 dev_priv->display.update_plane = ironlake_update_plane;
8976 dev_priv->display.update_plane = i9xx_update_plane;
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_crtc.h543 * @update_plane: update the plane configuration
548 int (*update_plane)(struct drm_plane *plane, member in struct:drm_plane_funcs
H A Ddrm_crtc.c1766 ret = -plane->funcs->update_plane(plane, crtc, fb,

Completed in 98 milliseconds