Lines Matching full:shadow
20 * Helpers for planes with shadow buffers
24 * DRM_SHADOW_PLANE_MAX_WIDTH - Maximum width of a plane's shadow buffer in pixels
26 * For drivers with shadow planes, the maximum width of the framebuffer is
33 * DRM_SHADOW_PLANE_MAX_HEIGHT - Maximum height of a plane's shadow buffer in scanlines
35 * For drivers with shadow planes, the maximum height of the framebuffer is
42 * struct drm_shadow_plane_state - plane state for planes with shadow buffers
44 * For planes that use a shadow buffer, struct drm_shadow_plane_state
45 * provides the regular plane state plus mappings of the shadow buffer
94 * Initializes struct drm_plane_funcs for shadow-buffered planes
96 * Drivers may use GEM BOs as shadow buffers over the framebuffer memory. This
109 * Initializes struct drm_plane_helper_funcs for shadow-buffered planes
111 * Drivers may use GEM BOs as shadow buffers over the framebuffer memory. This
131 * Initializes struct drm_simple_display_pipe_funcs for shadow-buffered planes
133 * Drivers may use GEM BOs as shadow buffers over the framebuffer memory. This