Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_plane.c30 struct mtk_plane_state *state; in mtk_plane_reset()
52 struct mtk_plane_state *old_state = to_mtk_plane_state(plane->state); in mtk_plane_duplicate_state()
53 struct mtk_plane_state *state; in mtk_plane_duplicate_state()
114 struct mtk_plane_state *mtk_plane_state) in mtk_plane_update_new_state() argument
180 mtk_plane_state->pending.enable = true; in mtk_plane_update_new_state()
181 mtk_plane_state->pending.pitch = pitch; in mtk_plane_update_new_state()
182 mtk_plane_state->pending.hdr_pitch = hdr_pitch; in mtk_plane_update_new_state()
183 mtk_plane_state->pending.format = format; in mtk_plane_update_new_state()
184 mtk_plane_state->pending.modifier = modifier; in mtk_plane_update_new_state()
185 mtk_plane_state->pending.addr = addr; in mtk_plane_update_new_state()
[all …]
H A Dmtk_plane.h38 struct mtk_plane_state { struct
43 static inline struct mtk_plane_state * argument
46 return container_of(state, struct mtk_plane_state, base); in to_mtk_plane_state()
H A Dmtk_disp_drv.h88 struct mtk_plane_state *mtk_state);
90 struct mtk_plane_state *state,
126 struct mtk_plane_state *state,
151 struct mtk_plane_state *state,
H A Dmtk_ddp_comp.h21 struct mtk_plane_state;
71 struct mtk_plane_state *state);
73 struct mtk_plane_state *state,
214 struct mtk_plane_state *state) in mtk_ddp_comp_layer_check()
223 struct mtk_plane_state *state, in mtk_ddp_comp_layer_config()
H A Dmtk_crtc.c305 struct mtk_plane_state *plane_state; in ddp_cmdq_cb()
317 struct mtk_plane_state *plane_state; in ddp_cmdq_cb()
417 struct mtk_plane_state *plane_state; in mtk_crtc_ddp_hw_init()
510 struct mtk_plane_state *plane_state; in mtk_crtc_ddp_config()
534 struct mtk_plane_state *plane_state; in mtk_crtc_ddp_config()
578 struct mtk_plane_state *plane_state; in mtk_crtc_update_config()
719 struct mtk_plane_state *state) in mtk_crtc_plane_check()
734 struct mtk_plane_state *plane_state = to_mtk_plane_state(plane->state); in mtk_crtc_plane_disable()
747 struct mtk_plane_state *mtk_plane_state = to_mtk_plane_state(mtk_plane->state); in mtk_crtc_plane_disable() local
750 memcpy(mtk_plane_state, plane_state, sizeof(*plane_state)); in mtk_crtc_plane_disable()
[all …]
H A Dmtk_crtc.h23 struct mtk_plane_state *state);
H A Dmtk_ethdr.h18 struct mtk_plane_state *state,
H A Dmtk_disp_ovl.c348 struct mtk_plane_state *mtk_state) in mtk_ovl_layer_check()
405 struct mtk_plane_state *state) in mtk_ovl_fmt_convert()
494 struct mtk_plane_state *state, in mtk_ovl_layer_config()
H A Dmtk_ethdr.c156 struct mtk_plane_state *state, in mtk_ethdr_layer_config()
H A Dmtk_disp_ovl_adaptor.c133 struct mtk_plane_state *state, in mtk_ovl_adaptor_layer_config()