Searched refs:get_pending_flush (Results 1 – 5 of 5) sorted by relevance
94 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx); member
322 if (hw_ctl->ops.get_pending_flush) in _dpu_encoder_phys_wb_update_flush()323 pending_flush = hw_ctl->ops.get_pending_flush(hw_ctl); in _dpu_encoder_phys_wb_update_flush()
1476 if (ctl->ops.get_pending_flush) in _dpu_encoder_trigger_flush()1477 ret = ctl->ops.get_pending_flush(ctl); in _dpu_encoder_trigger_flush()1608 else if (ctl->ops.get_pending_flush) in _dpu_encoder_kickoff_phys()1609 pending_flush |= ctl->ops.get_pending_flush(ctl); in _dpu_encoder_kickoff_phys()
622 ops->get_pending_flush = dpu_hw_ctl_get_pending_flush; in _setup_ctl_ops()
325 if (!(flush_register & hw_ctl->ops.get_pending_flush(hw_ctl))) in dpu_encoder_phys_vid_vblank_irq()
Completed in 19 milliseconds