Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c217 struct dpu_hw_dither_cfg dither_cfg = { 0 }; in _dpu_encoder_setup_dither() local
224 dither_cfg.c0_bitdepth = 6; in _dpu_encoder_setup_dither()
225 dither_cfg.c1_bitdepth = 6; in _dpu_encoder_setup_dither()
226 dither_cfg.c2_bitdepth = 6; in _dpu_encoder_setup_dither()
227 dither_cfg.c3_bitdepth = 6; in _dpu_encoder_setup_dither()
228 dither_cfg.temporal_en = 0; in _dpu_encoder_setup_dither()
235 memcpy(&dither_cfg.matrix, dither_matrix, in _dpu_encoder_setup_dither()
238 hw_pp->ops.setup_dither(hw_pp, &dither_cfg); in _dpu_encoder_setup_dither()