Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_dsc.h46 void (*dsc_config_thresh)(struct dpu_hw_dsc *hw_dsc, member
Ddpu_hw_dsc.c188 ops->dsc_config_thresh = dpu_hw_dsc_config_thresh; in _setup_dsc_ops()
Ddpu_hw_dsc_1_2.c368 ops->dsc_config_thresh = dpu_hw_dsc_config_thresh_1_2; in _setup_dcs_ops_1_2()
Ddpu_encoder.c1868 if (hw_dsc->ops.dsc_config_thresh) in dpu_encoder_dsc_pipe_cfg()
1869 hw_dsc->ops.dsc_config_thresh(hw_dsc, dsc); in dpu_encoder_dsc_pipe_cfg()