Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.h147 void (*update_pending_flush_mixer)(struct dpu_hw_ctl *ctx, member
Ddpu_hw_ctl.c677 ops->update_pending_flush_mixer = dpu_hw_ctl_update_pending_flush_mixer; in _setup_ctl_ops()
Ddpu_encoder.c2002 if (phys_enc->hw_ctl->ops.update_pending_flush_mixer) in dpu_encoder_helper_reset_mixers()
2003 phys_enc->hw_ctl->ops.update_pending_flush_mixer(ctl, hw_mixer[i]->idx); in dpu_encoder_helper_reset_mixers()
Ddpu_crtc.c518 ctl->ops.update_pending_flush_mixer(ctl, in _dpu_crtc_blend_setup()