Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.h87 void (*clear_pending_flush)(struct dpu_hw_ctl *ctx); member
Ddpu_encoder_phys_wb.c537 if (phys_enc->hw_ctl->ops.clear_pending_flush) in dpu_encoder_phys_wb_disable()
538 phys_enc->hw_ctl->ops.clear_pending_flush(phys_enc->hw_ctl); in dpu_encoder_phys_wb_disable()
Ddpu_hw_ctl.c661 ops->clear_pending_flush = dpu_hw_ctl_clear_pending_flush; in _setup_ctl_ops()
Ddpu_encoder.c1668 if (ctl->ops.clear_pending_flush) in dpu_encoder_trigger_kickoff_pending()
1669 ctl->ops.clear_pending_flush(ctl); in dpu_encoder_trigger_kickoff_pending()
2096 ctl->ops.clear_pending_flush(ctl); in dpu_encoder_helper_phys_cleanup()