Home
last modified time | relevance | path

Searched refs:mdp5_cstate (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_crtc.c93 struct mdp5_crtc_state *mdp5_cstate = to_mdp5_crtc_state(crtc->state); in crtc_flush() local
94 struct mdp5_ctl *ctl = mdp5_cstate->ctl; in crtc_flush()
95 struct mdp5_pipeline *pipeline = &mdp5_cstate->pipeline; in crtc_flush()
96 bool start = !mdp5_cstate->defer_start; in crtc_flush()
98 mdp5_cstate->defer_start = false; in crtc_flush()
112 struct mdp5_crtc_state *mdp5_cstate = to_mdp5_crtc_state(crtc->state); in crtc_flush_all() local
118 if (WARN_ON(!mdp5_cstate->ctl)) in crtc_flush_all()
127 mixer = mdp5_cstate->pipeline.mixer; in crtc_flush_all()
130 r_mixer = mdp5_cstate->pipeline.r_mixer; in crtc_flush_all()
140 struct mdp5_crtc_state *mdp5_cstate = to_mdp5_crtc_state(crtc->state); in complete_flip() local
[all …]
Dmdp5_encoder.c221 struct mdp5_crtc_state *mdp5_cstate = to_mdp5_crtc_state(crtc_state); in mdp5_encoder_atomic_check() local
225 mdp5_cstate->ctl = ctl; in mdp5_encoder_atomic_check()
226 mdp5_cstate->pipeline.intf = intf; in mdp5_encoder_atomic_check()
237 mdp5_cstate->defer_start = true; in mdp5_encoder_atomic_check()