Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_ctl.h84 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx); member
A Ddpu_encoder.c1462 if (ctl->ops.get_pending_flush) in _dpu_encoder_trigger_flush()
1463 ret = ctl->ops.get_pending_flush(ctl); in _dpu_encoder_trigger_flush()
1592 else if (ctl->ops.get_pending_flush) in _dpu_encoder_kickoff_phys()
1593 pending_flush |= ctl->ops.get_pending_flush(ctl); in _dpu_encoder_kickoff_phys()
A Ddpu_hw_ctl.c579 ops->get_pending_flush = dpu_hw_ctl_get_pending_flush; in _setup_ctl_ops()
A Ddpu_encoder_phys_vid.c336 if (!(flush_register & hw_ctl->ops.get_pending_flush(hw_ctl))) in dpu_encoder_phys_vid_vblank_irq()

Completed in 10 milliseconds