Lines Matching refs:plane_state

222 	struct drm_plane_state *plane_state = plane->state;  in __drm_gem_duplicate_shadow_plane_state()  local
224 to_drm_shadow_plane_state(plane_state); in __drm_gem_duplicate_shadow_plane_state()
253 struct drm_plane_state *plane_state = plane->state; in drm_gem_duplicate_shadow_plane_state() local
256 if (!plane_state) in drm_gem_duplicate_shadow_plane_state()
292 struct drm_plane_state *plane_state) in drm_gem_destroy_shadow_plane_state() argument
295 to_drm_shadow_plane_state(plane_state); in drm_gem_destroy_shadow_plane_state()
358 int drm_gem_begin_shadow_fb_access(struct drm_plane *plane, struct drm_plane_state *plane_state) in drm_gem_begin_shadow_fb_access() argument
360 struct drm_shadow_plane_state *shadow_plane_state = to_drm_shadow_plane_state(plane_state); in drm_gem_begin_shadow_fb_access()
361 struct drm_framebuffer *fb = plane_state->fb; in drm_gem_begin_shadow_fb_access()
380 void drm_gem_end_shadow_fb_access(struct drm_plane *plane, struct drm_plane_state *plane_state) in drm_gem_end_shadow_fb_access() argument
382 struct drm_shadow_plane_state *shadow_plane_state = to_drm_shadow_plane_state(plane_state); in drm_gem_end_shadow_fb_access()
383 struct drm_framebuffer *fb = plane_state->fb; in drm_gem_end_shadow_fb_access()
406 struct drm_plane_state *plane_state) in drm_gem_simple_kms_begin_shadow_fb_access() argument
408 return drm_gem_begin_shadow_fb_access(&pipe->plane, plane_state); in drm_gem_simple_kms_begin_shadow_fb_access()
424 struct drm_plane_state *plane_state) in drm_gem_simple_kms_end_shadow_fb_access() argument
426 drm_gem_end_shadow_fb_access(&pipe->plane, plane_state); in drm_gem_simple_kms_end_shadow_fb_access()
472 struct drm_plane_state *plane_state) in drm_gem_simple_kms_destroy_shadow_plane_state() argument
474 drm_gem_destroy_shadow_plane_state(&pipe->plane, plane_state); in drm_gem_simple_kms_destroy_shadow_plane_state()