Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cmd_encoder.c147 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_cmd_encoder_disable()
168 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_cmd_encoder_enable()
Dmdp5_ctl.h69 u32 mdp_ctl_flush_mask_encoder(struct mdp5_interface *intf);
Dmdp5_encoder.c213 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_vid_encoder_disable()
247 mdp5_ctl_commit(ctl, pipeline, mdp_ctl_flush_mask_encoder(intf), true); in mdp5_vid_encoder_enable()
Dmdp5_ctl.c415 u32 mdp_ctl_flush_mask_encoder(struct mdp5_interface *intf) in mdp_ctl_flush_mask_encoder() function