Searched refs:update_pending_flush_cdm (Results 1 – 5 of 5) sorted by relevance
187 void (*update_pending_flush_cdm)(struct dpu_hw_ctl *ctx, enum dpu_cdm cdm_num); member
304 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()
708 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()
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()
2141 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()