Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_ctl.h99 void (*update_pending_intf_flush)(struct dpu_hw_ctl *ctx, member
Ddpu_encoder_phys_vid.c462 if (ctl->ops.update_pending_intf_flush) in dpu_encoder_phys_vid_enable()
463 ctl->ops.update_pending_intf_flush(ctl, intf_flush_mask); in dpu_encoder_phys_vid_enable()
Ddpu_hw_ctl.c541 ops->update_pending_intf_flush = in _setup_ctl_ops()