Home
last modified time | relevance | path

Searched refs:mdp5_ctl_commit (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cmd_encoder.c134 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_cmd_encoder_disable()
152 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_cmd_encoder_enable()
Dmdp5_ctl.h72 u32 mdp5_ctl_commit(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline,
Dmdp5_encoder.c150 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_vid_encoder_disable()
181 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_vid_encoder_enable()
Dmdp5_ctl.c526 u32 mdp5_ctl_commit(struct mdp5_ctl *ctl, in mdp5_ctl_commit() function
Dmdp5_plane.c530 mdp5_ctl_commit(ctl, pipeline, mdp5_plane_get_flush(plane), true); in mdp5_plane_atomic_async_update()
Dmdp5_crtc.c98 return mdp5_ctl_commit(ctl, pipeline, flush_mask, start); in crtc_flush()