Home
last modified time | relevance | path

Searched refs:get_flush_register (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c354 if (hw_ctl->ops.get_flush_register) in dpu_encoder_phys_vid_vblank_irq()
355 flush_register = hw_ctl->ops.get_flush_register(hw_ctl); in dpu_encoder_phys_vid_vblank_irq()
540 (hw_ctl->ops.get_flush_register(hw_ctl) == 0), in dpu_encoder_phys_vid_wait_for_commit_done()
543 DPU_ERROR("vblank timeout: %x\n", hw_ctl->ops.get_flush_register(hw_ctl)); in dpu_encoder_phys_vid_wait_for_commit_done()
H A Ddpu_hw_ctl.h225 u32 (*get_flush_register)(struct dpu_hw_ctl *ctx); member