Home
last modified time | relevance | path

Searched refs:mtk_plane_state (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_drm_plane.c37 struct mtk_plane_state *state; in mtk_plane_reset()
58 struct mtk_plane_state *old_state = to_mtk_plane_state(plane->state); in mtk_plane_duplicate_state()
59 struct mtk_plane_state *state; in mtk_plane_duplicate_state()
116 struct mtk_plane_state *mtk_plane_state) in mtk_plane_update_new_state() argument
133 mtk_plane_state->pending.enable = true; in mtk_plane_update_new_state()
134 mtk_plane_state->pending.pitch = pitch; in mtk_plane_update_new_state()
135 mtk_plane_state->pending.format = format; in mtk_plane_update_new_state()
136 mtk_plane_state->pending.addr = addr; in mtk_plane_update_new_state()
137 mtk_plane_state->pending.x = new_state->dst.x1; in mtk_plane_update_new_state()
138 mtk_plane_state->pending.y = new_state->dst.y1; in mtk_plane_update_new_state()
[all …]
Dmtk_drm_plane.h30 struct mtk_plane_state { struct
35 static inline struct mtk_plane_state * argument
38 return container_of(state, struct mtk_plane_state, base); in to_mtk_plane_state()
Dmtk_drm_ddp_comp.h17 struct mtk_plane_state;
64 struct mtk_plane_state *state);
66 struct mtk_plane_state *state,
164 struct mtk_plane_state *state) in mtk_ddp_comp_layer_check()
173 struct mtk_plane_state *state, in mtk_ddp_comp_layer_config()
Dmtk_disp_drv.h81 struct mtk_plane_state *mtk_state);
83 struct mtk_plane_state *state,
108 struct mtk_plane_state *state,
Dmtk_drm_crtc.c304 struct mtk_plane_state *plane_state; in ddp_cmdq_cb()
316 struct mtk_plane_state *plane_state; in ddp_cmdq_cb()
403 struct mtk_plane_state *plane_state; in mtk_crtc_ddp_hw_init()
487 struct mtk_plane_state *plane_state; in mtk_crtc_ddp_config()
512 struct mtk_plane_state *plane_state; in mtk_crtc_ddp_config()
553 struct mtk_plane_state *plane_state; in mtk_drm_crtc_update_config()
643 struct mtk_plane_state *state) in mtk_drm_crtc_plane_check()
704 struct mtk_plane_state *plane_state; in mtk_drm_crtc_atomic_disable()
Dmtk_drm_crtc.h22 struct mtk_plane_state *state);
Dmtk_disp_ovl.c207 struct mtk_plane_state *mtk_state) in mtk_ovl_layer_check()
307 struct mtk_plane_state *state, in mtk_ovl_layer_config()
Dmtk_disp_rdma.c229 struct mtk_plane_state *state, in mtk_rdma_layer_config()