Lines Matching full:shadow
21 * Helpers for planes with shadow buffers
25 * DRM_SHADOW_PLANE_MAX_WIDTH - Maximum width of a plane's shadow buffer in pixels
27 * For drivers with shadow planes, the maximum width of the framebuffer is
34 * DRM_SHADOW_PLANE_MAX_HEIGHT - Maximum height of a plane's shadow buffer in scanlines
36 * For drivers with shadow planes, the maximum height of the framebuffer is
43 * struct drm_shadow_plane_state - plane state for planes with shadow buffers
45 * For planes that use a shadow buffer, struct drm_shadow_plane_state
46 * provides the regular plane state plus mappings of the shadow buffer
57 * Flags for copying shadow buffers into backend storage. Also holds
104 * Initializes struct drm_plane_funcs for shadow-buffered planes
106 * Drivers may use GEM BOs as shadow buffers over the framebuffer memory. This
119 * Initializes struct drm_plane_helper_funcs for shadow-buffered planes
121 * Drivers may use GEM BOs as shadow buffers over the framebuffer memory. This
141 * Initializes struct drm_simple_display_pipe_funcs for shadow-buffered planes
143 * Drivers may use GEM BOs as shadow buffers over the framebuffer memory. This