Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_ctl.h74 u32 mdp5_ctl_commit(struct mdp5_ctl *ctl, u32 flush_mask);
Dmdp5_cmd_encoder.c224 mdp5_ctl_commit(ctl, mdp_ctl_flush_mask_encoder(intf)); in mdp5_cmd_encoder_disable()
244 mdp5_ctl_commit(ctl, mdp_ctl_flush_mask_encoder(intf)); in mdp5_cmd_encoder_enable()
Dmdp5_encoder.c242 mdp5_ctl_commit(ctl, mdp_ctl_flush_mask_encoder(intf)); in mdp5_encoder_disable()
275 mdp5_ctl_commit(ctl, mdp_ctl_flush_mask_encoder(intf)); in mdp5_encoder_enable()
Dmdp5_ctl.c495 u32 mdp5_ctl_commit(struct mdp5_ctl *ctl, u32 flush_mask) in mdp5_ctl_commit() function
Dmdp5_crtc.c106 return mdp5_ctl_commit(mdp5_crtc->ctl, flush_mask); in crtc_flush()