Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c1638 if (ctl->ops.clear_pending_flush) in dpu_encoder_trigger_kickoff_pending()
1639 ctl->ops.clear_pending_flush(ctl); in dpu_encoder_trigger_kickoff_pending()