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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sprite.c525 intel_plane->update_plane(plane, fb, obj, crtc_x, crtc_y,
647 .update_plane = intel_update_plane,
690 intel_plane->update_plane = ilk_update_plane;
710 intel_plane->update_plane = ivb_update_plane;
H A Dintel_drv.h266 void (*update_plane)(struct drm_plane *plane, member in struct:intel_plane
H A Di915_drv.h279 int (*update_plane)(struct drm_crtc *crtc, struct drm_framebuffer *fb, member in struct:drm_i915_display_funcs
H A Dintel_display.c2235 return dev_priv->display.update_plane(crtc, fb, x, y);
2333 ret = dev_priv->display.update_plane(crtc, fb, x, y);
8731 dev_priv->display.update_plane = ironlake_update_plane;
8737 dev_priv->display.update_plane = ironlake_update_plane;
8743 dev_priv->display.update_plane = i9xx_update_plane;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.h615 * @update_plane: update the plane configuration
621 int (*update_plane)(struct drm_plane *plane, member in struct:drm_plane_funcs
H A Ddrm_crtc.c1851 ret = plane->funcs->update_plane(plane, crtc, fb,
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c591 .update_plane = dc_plane_update,

Completed in 134 milliseconds