Home
last modified time | relevance | path

Searched refs:update_pending_flush_periph (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h132 void (*update_pending_flush_periph)(struct dpu_hw_ctl *ctx, member
H A Ddpu_encoder_phys_vid.c482 if (ctl->ops.update_pending_flush_periph && dpu_encoder_needs_periph_flush(phys_enc)) in dpu_encoder_phys_vid_enable()
483 ctl->ops.update_pending_flush_periph(ctl, phys_enc->hw_intf->idx); in dpu_encoder_phys_vid_enable()
H A Ddpu_hw_ctl.c700 ops->update_pending_flush_periph = in _setup_ctl_ops()