Lines Matching refs:drm_plane_state
24 struct drm_plane_state base;
29 to_ipu_plane_state(struct drm_plane_state *p) in to_ipu_plane_state()
34 static unsigned int ipu_src_rect_width(const struct drm_plane_state *state) in ipu_src_rect_width()
125 drm_plane_state_to_eba(struct drm_plane_state *state, int plane) in drm_plane_state_to_eba()
140 drm_plane_state_to_ubo(struct drm_plane_state *state) in drm_plane_state_to_ubo()
159 drm_plane_state_to_vbo(struct drm_plane_state *state) in drm_plane_state_to_vbo()
316 static struct drm_plane_state *
332 struct drm_plane_state *state) in ipu_plane_destroy_state()
369 struct drm_plane_state *new_state = drm_atomic_get_new_plane_state(state, in ipu_plane_atomic_check()
371 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, in ipu_plane_atomic_check()
577 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, in ipu_plane_atomic_update()
580 struct drm_plane_state *new_state = drm_atomic_get_new_plane_state(state, in ipu_plane_atomic_update()
780 struct drm_plane_state *state = plane->state; in ipu_plane_atomic_update_pending()
804 struct drm_plane_state *plane_state; in ipu_planes_assign_pre()