Home
last modified time | relevance | path

Searched refs:get_pending_flush (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h102 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx); member
H A Ddpu_encoder.c1666 if (ctl->ops.get_pending_flush) in _dpu_encoder_trigger_flush()
1667 ret = ctl->ops.get_pending_flush(ctl); in _dpu_encoder_trigger_flush()
1817 else if (ctl->ops.get_pending_flush) in _dpu_encoder_kickoff_phys()
1818 pending_flush |= ctl->ops.get_pending_flush(ctl); in _dpu_encoder_kickoff_phys()