Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h187 void (*update_pending_flush_cdm)(struct dpu_hw_ctl *ctx, enum dpu_cdm cdm_num); member
H A Ddpu_encoder_phys_wb.c304 if (hw_cdm && hw_ctl->ops.update_pending_flush_cdm) in _dpu_encoder_phys_wb_update_flush()
305 hw_ctl->ops.update_pending_flush_cdm(hw_ctl, hw_cdm->idx); in _dpu_encoder_phys_wb_update_flush()
H A Ddpu_hw_ctl.c708 ops->update_pending_flush_cdm = dpu_hw_ctl_update_pending_flush_cdm_v1; in _setup_ctl_ops()
715 ops->update_pending_flush_cdm = dpu_hw_ctl_update_pending_flush_cdm; in _setup_ctl_ops()
H A Ddpu_encoder_phys_vid.c475 if (ctl->ops.update_pending_flush_cdm && phys_enc->hw_cdm) in dpu_encoder_phys_vid_enable()
476 ctl->ops.update_pending_flush_cdm(ctl, phys_enc->hw_cdm->idx); in dpu_encoder_phys_vid_enable()
H A Ddpu_encoder.c2141 if (phys_enc->hw_ctl->ops.update_pending_flush_cdm) in dpu_encoder_helper_phys_cleanup()
2142 phys_enc->hw_ctl->ops.update_pending_flush_cdm(phys_enc->hw_ctl, in dpu_encoder_helper_phys_cleanup()