Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/ !
Ddpu_hw_wb.h66 void (*setup_qos_lut)(struct dpu_hw_wb *ctx, member
Ddpu_hw_wb.c235 ops->setup_qos_lut = dpu_hw_wb_setup_qos_lut; in _setup_wb_ops()
Ddpu_encoder_phys_wb.c127 if (hw_wb->ops.setup_qos_lut) in dpu_encoder_phys_wb_set_qos()
128 hw_wb->ops.setup_qos_lut(hw_wb, &qos_cfg); in dpu_encoder_phys_wb_set_qos()