Lines Matching full:shadow
22 * Helpers for planes with shadow buffers
26 * DRM_SHADOW_PLANE_MAX_WIDTH - Maximum width of a plane's shadow buffer in pixels
28 * For drivers with shadow planes, the maximum width of the framebuffer is
35 * DRM_SHADOW_PLANE_MAX_HEIGHT - Maximum height of a plane's shadow buffer in scanlines
37 * For drivers with shadow planes, the maximum height of the framebuffer is
44 * struct drm_shadow_plane_state - plane state for planes with shadow buffers
46 * For planes that use a shadow buffer, struct drm_shadow_plane_state
47 * provides the regular plane state plus mappings of the shadow buffer
96 * Initializes struct drm_plane_funcs for shadow-buffered planes
98 * Drivers may use GEM BOs as shadow buffers over the framebuffer memory. This
111 * Initializes struct drm_plane_helper_funcs for shadow-buffered planes
113 * Drivers may use GEM BOs as shadow buffers over the framebuffer memory. This
133 * Initializes struct drm_simple_display_pipe_funcs for shadow-buffered planes
135 * Drivers may use GEM BOs as shadow buffers over the framebuffer memory. This