Lines Matching refs:plane_state

175 					   struct drm_plane_state *plane_state)  in drm_gem_simple_display_pipe_prepare_fb()  argument
177 return drm_gem_plane_helper_prepare_fb(&pipe->plane, plane_state); in drm_gem_simple_display_pipe_prepare_fb()
226 struct drm_plane_state *plane_state = plane->state; in drm_gem_duplicate_shadow_plane_state() local
229 if (!plane_state) in drm_gem_duplicate_shadow_plane_state()
264 struct drm_plane_state *plane_state) in drm_gem_destroy_shadow_plane_state() argument
267 to_drm_shadow_plane_state(plane_state); in drm_gem_destroy_shadow_plane_state()
329 int drm_gem_prepare_shadow_fb(struct drm_plane *plane, struct drm_plane_state *plane_state) in drm_gem_prepare_shadow_fb() argument
331 struct drm_shadow_plane_state *shadow_plane_state = to_drm_shadow_plane_state(plane_state); in drm_gem_prepare_shadow_fb()
332 struct drm_framebuffer *fb = plane_state->fb; in drm_gem_prepare_shadow_fb()
338 ret = drm_gem_plane_helper_prepare_fb(plane, plane_state); in drm_gem_prepare_shadow_fb()
356 void drm_gem_cleanup_shadow_fb(struct drm_plane *plane, struct drm_plane_state *plane_state) in drm_gem_cleanup_shadow_fb() argument
358 struct drm_shadow_plane_state *shadow_plane_state = to_drm_shadow_plane_state(plane_state); in drm_gem_cleanup_shadow_fb()
359 struct drm_framebuffer *fb = plane_state->fb; in drm_gem_cleanup_shadow_fb()
384 struct drm_plane_state *plane_state) in drm_gem_simple_kms_prepare_shadow_fb() argument
386 return drm_gem_prepare_shadow_fb(&pipe->plane, plane_state); in drm_gem_simple_kms_prepare_shadow_fb()
401 struct drm_plane_state *plane_state) in drm_gem_simple_kms_cleanup_shadow_fb() argument
403 drm_gem_cleanup_shadow_fb(&pipe->plane, plane_state); in drm_gem_simple_kms_cleanup_shadow_fb()
449 struct drm_plane_state *plane_state) in drm_gem_simple_kms_destroy_shadow_plane_state() argument
451 drm_gem_destroy_shadow_plane_state(&pipe->plane, plane_state); in drm_gem_simple_kms_destroy_shadow_plane_state()