Searched refs:update_pending_flush_wb (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c2127 if (phys_enc->hw_ctl->ops.update_pending_flush_wb)
2128 phys_enc->hw_ctl->ops.update_pending_flush_wb(ctl, phys_enc->hw_wb->idx);
H A Ddpu_encoder_phys_wb.c294 if (hw_ctl->ops.update_pending_flush_wb)
295 hw_ctl->ops.update_pending_flush_wb(hw_ctl, hw_wb->idx);
H A Ddpu_hw_ctl.c705 ops->update_pending_flush_wb = dpu_hw_ctl_update_pending_flush_wb_v1;
714 ops->update_pending_flush_wb = dpu_hw_ctl_update_pending_flush_wb;
H A Ddpu_hw_ctl.h113 void (*update_pending_flush_wb)(struct dpu_hw_ctl *ctx, member in struct:dpu_hw_ctl_ops

Completed in 200 milliseconds