Lines Matching refs:plane_state
80 * struct drm_plane_state *plane_state = plane->state;
82 * to_drm_shadow_plane_state(plane_state);
105 * struct drm_plane_state *plane_state)
108 * to_drm_shadow_plane_state(plane_state);
222 struct drm_plane_state *plane_state = plane->state;
224 to_drm_shadow_plane_state(plane_state);
253 struct drm_plane_state *plane_state = plane->state;
256 if (!plane_state)
285 * @plane_state: the plane state of type struct drm_shadow_plane_state
292 struct drm_plane_state *plane_state)
295 to_drm_shadow_plane_state(plane_state);
346 * @plane_state: the plane state of type struct drm_shadow_plane_state
358 int drm_gem_begin_shadow_fb_access(struct drm_plane *plane, struct drm_plane_state *plane_state)
360 struct drm_shadow_plane_state *shadow_plane_state = to_drm_shadow_plane_state(plane_state);
361 struct drm_framebuffer *fb = plane_state->fb;
373 * @plane_state: the plane state of type struct drm_shadow_plane_state
380 void drm_gem_end_shadow_fb_access(struct drm_plane *plane, struct drm_plane_state *plane_state)
382 struct drm_shadow_plane_state *shadow_plane_state = to_drm_shadow_plane_state(plane_state);
383 struct drm_framebuffer *fb = plane_state->fb;
395 * @plane_state: the plane state of type struct drm_shadow_plane_state
406 struct drm_plane_state *plane_state)
408 return drm_gem_begin_shadow_fb_access(&pipe->plane, plane_state);
415 * @plane_state: the plane state of type struct drm_shadow_plane_state
424 struct drm_plane_state *plane_state)
426 drm_gem_end_shadow_fb_access(&pipe->plane, plane_state);
465 * @plane_state: the plane state of type struct drm_shadow_plane_state
472 struct drm_plane_state *plane_state)
474 drm_gem_destroy_shadow_plane_state(&pipe->plane, plane_state);