Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_ctl.h200 void (*update_pending_flush_cdm)(struct dpu_hw_ctl *ctx, enum dpu_cdm cdm_num); member
A Ddpu_encoder_phys_wb.c308 if (hw_cdm && hw_ctl->ops.update_pending_flush_cdm) in _dpu_encoder_phys_wb_update_flush()
309 hw_ctl->ops.update_pending_flush_cdm(hw_ctl, hw_cdm->idx); in _dpu_encoder_phys_wb_update_flush()
A Ddpu_encoder_phys_vid.c481 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()
A Ddpu_hw_ctl.c830 c->ops.update_pending_flush_cdm = dpu_hw_ctl_update_pending_flush_cdm_v1; in dpu_hw_ctl_init()
837 c->ops.update_pending_flush_cdm = dpu_hw_ctl_update_pending_flush_cdm; in dpu_hw_ctl_init()
A Ddpu_encoder.c2311 if (ctl->ops.update_pending_flush_cdm) in dpu_encoder_helper_phys_cleanup()
2312 ctl->ops.update_pending_flush_cdm(ctl, in dpu_encoder_helper_phys_cleanup()

Completed in 14 milliseconds