Searched refs:update_pending_flush_cdm (Results 1 – 5 of 5) sorted by relevance
198 void (*update_pending_flush_cdm)(struct dpu_hw_ctl *ctx, enum dpu_cdm cdm_num); member
310 if (hw_cdm && hw_ctl->ops.update_pending_flush_cdm) in _dpu_encoder_phys_wb_update_flush()311 hw_ctl->ops.update_pending_flush_cdm(hw_ctl, hw_cdm->idx); in _dpu_encoder_phys_wb_update_flush()
736 ops->update_pending_flush_cdm = dpu_hw_ctl_update_pending_flush_cdm_v1; in _setup_ctl_ops()743 ops->update_pending_flush_cdm = dpu_hw_ctl_update_pending_flush_cdm; in _setup_ctl_ops()
475 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()
2294 if (ctl->ops.update_pending_flush_cdm) in dpu_encoder_helper_phys_cleanup()2295 ctl->ops.update_pending_flush_cdm(ctl, in dpu_encoder_helper_phys_cleanup()