Home
last modified time | relevance | path

Searched refs:clear_pending_flush (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.h88 void (*clear_pending_flush)(struct dpu_hw_ctl *ctx); member
Ddpu_encoder_phys_wb.c550 if (phys_enc->hw_ctl->ops.clear_pending_flush) in dpu_encoder_phys_wb_disable()
551 phys_enc->hw_ctl->ops.clear_pending_flush(phys_enc->hw_ctl); in dpu_encoder_phys_wb_disable()
Ddpu_hw_ctl.c680 ops->clear_pending_flush = dpu_hw_ctl_clear_pending_flush; in _setup_ctl_ops()
Ddpu_encoder.c1583 if (ctl->ops.clear_pending_flush) in dpu_encoder_trigger_kickoff_pending()
1584 ctl->ops.clear_pending_flush(ctl); in dpu_encoder_trigger_kickoff_pending()
2015 ctl->ops.clear_pending_flush(ctl); in dpu_encoder_helper_phys_cleanup()