Home
last modified time | relevance | path

Searched refs:mdp_ctl_flush_mask_encoder (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cmd_encoder.c162 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_cmd_encoder_disable()
183 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_cmd_encoder_enable()
Dmdp5_ctl.h77 u32 mdp_ctl_flush_mask_encoder(struct mdp5_interface *intf);
Dmdp5_encoder.c231 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_vid_encoder_disable()
265 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_vid_encoder_enable()
Dmdp5_ctl.c423 u32 mdp_ctl_flush_mask_encoder(struct mdp5_interface *intf) in mdp_ctl_flush_mask_encoder() function