Home
last modified time | relevance | path

Searched refs:update_pending_flush_wb (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_ctl.h111 void (*update_pending_flush_wb)(struct dpu_hw_ctl *ctx, member
A Ddpu_hw_ctl.c612 ops->update_pending_flush_wb = dpu_hw_ctl_update_pending_flush_wb_v1; in _setup_ctl_ops()
618 ops->update_pending_flush_wb = dpu_hw_ctl_update_pending_flush_wb; in _setup_ctl_ops()
A Ddpu_encoder_phys_wb.c315 if (hw_ctl->ops.update_pending_flush_wb) in _dpu_encoder_phys_wb_update_flush()
316 hw_ctl->ops.update_pending_flush_wb(hw_ctl, hw_wb->idx); in _dpu_encoder_phys_wb_update_flush()
A Ddpu_encoder.c2037 if (phys_enc->hw_ctl->ops.update_pending_flush_wb) in dpu_encoder_helper_phys_cleanup()
2038 phys_enc->hw_ctl->ops.update_pending_flush_wb(ctl, phys_enc->hw_wb->idx); in dpu_encoder_helper_phys_cleanup()

Completed in 15 milliseconds