Searched refs:update_pending_flush_cdm (Results 1 – 4 of 4) sorted by relevance
212 void (*update_pending_flush_cdm)(struct dpu_hw_ctl *ctx, enum dpu_cdm cdm_num); member
306 if (hw_cdm && hw_ctl->ops.update_pending_flush_cdm) in _dpu_encoder_phys_wb_update_flush()307 hw_ctl->ops.update_pending_flush_cdm(hw_ctl, hw_cdm->idx); in _dpu_encoder_phys_wb_update_flush()
481 if (ctl->ops.update_pending_flush_cdm && phys_enc->hw_cdm) in dpu_encoder_phys_vid_enable()482 ctl->ops.update_pending_flush_cdm(ctl, phys_enc->hw_cdm->idx); in dpu_encoder_phys_vid_enable()
2317 if (ctl->ops.update_pending_flush_cdm) in dpu_encoder_helper_phys_cleanup()2318 ctl->ops.update_pending_flush_cdm(ctl, in dpu_encoder_helper_phys_cleanup()