Searched refs:get_pending_flush (Results 1 – 4 of 4) sorted by relevance
102 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx); member
309 if (hw_ctl->ops.get_pending_flush) in _dpu_encoder_phys_wb_update_flush()310 pending_flush = hw_ctl->ops.get_pending_flush(hw_ctl); in _dpu_encoder_phys_wb_update_flush()
1666 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()
357 if (!(flush_register & hw_ctl->ops.get_pending_flush(hw_ctl))) in dpu_encoder_phys_vid_vblank_irq()