Searched refs:get_pending_flush (Results 1 – 3 of 3) sorted by relevance
90 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx); member
475 ops->get_pending_flush = dpu_hw_ctl_get_pending_flush; in _setup_ctl_ops()
1479 if (ctl->ops.get_pending_flush) in _dpu_encoder_trigger_flush()1480 ret = ctl->ops.get_pending_flush(ctl); in _dpu_encoder_trigger_flush()1616 else if (ctl->ops.get_pending_flush) in _dpu_encoder_kickoff_phys()1617 pending_flush |= ctl->ops.get_pending_flush(ctl); in _dpu_encoder_kickoff_phys()