Home
last modified time | relevance | path

Searched refs:clear_pending_flush (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h75 void (*clear_pending_flush)(struct dpu_hw_ctl *ctx); member
H A Ddpu_hw_ctl.c550 ops->clear_pending_flush = dpu_hw_ctl_clear_pending_flush; in _setup_ctl_ops()
H A Ddpu_encoder.c1641 if (ctl->ops.clear_pending_flush) in dpu_encoder_trigger_kickoff_pending()
1642 ctl->ops.clear_pending_flush(ctl); in dpu_encoder_trigger_kickoff_pending()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h87 void (*clear_pending_flush)(struct dpu_hw_ctl *ctx); member
H A 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()
H A Ddpu_encoder.c1675 if (ctl->ops.clear_pending_flush) in dpu_encoder_trigger_kickoff_pending()
1676 ctl->ops.clear_pending_flush(ctl); in dpu_encoder_trigger_kickoff_pending()
2105 ctl->ops.clear_pending_flush(ctl); in dpu_encoder_helper_phys_cleanup()
H A Ddpu_hw_ctl.c661 ops->clear_pending_flush = dpu_hw_ctl_clear_pending_flush; in _setup_ctl_ops()

Completed in 10 milliseconds