Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h95 u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx); member
H A Ddpu_encoder_phys_wb.c314 if (hw_ctl->ops.get_pending_flush) in _dpu_encoder_phys_wb_update_flush()
315 pending_flush = hw_ctl->ops.get_pending_flush(hw_ctl); in _dpu_encoder_phys_wb_update_flush()
H A Ddpu_encoder.c1511 if (ctl->ops.get_pending_flush) in _dpu_encoder_trigger_flush()
1512 ret = ctl->ops.get_pending_flush(ctl); in _dpu_encoder_trigger_flush()
1644 else if (ctl->ops.get_pending_flush) in _dpu_encoder_kickoff_phys()
1645 pending_flush |= ctl->ops.get_pending_flush(ctl); in _dpu_encoder_kickoff_phys()
H A Ddpu_hw_ctl.c663 ops->get_pending_flush = dpu_hw_ctl_get_pending_flush; in _setup_ctl_ops()
H A Ddpu_encoder_phys_vid.c329 if (!(flush_register & hw_ctl->ops.get_pending_flush(hw_ctl))) in dpu_encoder_phys_vid_vblank_irq()