Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c294 struct dpu_hw_dither_cfg dither_cfg = { 0 }; in _dpu_encoder_setup_dither() local
301 dither_cfg.c0_bitdepth = 6; in _dpu_encoder_setup_dither()
302 dither_cfg.c1_bitdepth = 6; in _dpu_encoder_setup_dither()
303 dither_cfg.c2_bitdepth = 6; in _dpu_encoder_setup_dither()
304 dither_cfg.c3_bitdepth = 6; in _dpu_encoder_setup_dither()
305 dither_cfg.temporal_en = 0; in _dpu_encoder_setup_dither()
312 memcpy(&dither_cfg.matrix, dither_matrix, in _dpu_encoder_setup_dither()
315 hw_pp->ops.setup_dither(hw_pp, &dither_cfg); in _dpu_encoder_setup_dither()