Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_ctl.h101 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx); member
A Ddpu_encoder_phys_wb.c311 if (hw_ctl->ops.get_pending_flush) in _dpu_encoder_phys_wb_update_flush()
312 pending_flush = hw_ctl->ops.get_pending_flush(hw_ctl); in _dpu_encoder_phys_wb_update_flush()
A Ddpu_encoder.c1657 if (ctl->ops.get_pending_flush) in _dpu_encoder_trigger_flush()
1658 ret = ctl->ops.get_pending_flush(ctl); in _dpu_encoder_trigger_flush()
1808 else if (ctl->ops.get_pending_flush) in _dpu_encoder_kickoff_phys()
1809 pending_flush |= ctl->ops.get_pending_flush(ctl); in _dpu_encoder_kickoff_phys()
A Ddpu_encoder_phys_vid.c357 if (!(flush_register & hw_ctl->ops.get_pending_flush(hw_ctl))) in dpu_encoder_phys_vid_vblank_irq()
A Ddpu_hw_ctl.c841 c->ops.get_pending_flush = dpu_hw_ctl_get_pending_flush; in dpu_hw_ctl_init()

Completed in 15 milliseconds