Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c220 struct dpu_hw_dither_cfg dither_cfg = { 0 }; in _dpu_encoder_setup_dither() local
227 dither_cfg.c0_bitdepth = 6; in _dpu_encoder_setup_dither()
228 dither_cfg.c1_bitdepth = 6; in _dpu_encoder_setup_dither()
229 dither_cfg.c2_bitdepth = 6; in _dpu_encoder_setup_dither()
230 dither_cfg.c3_bitdepth = 6; in _dpu_encoder_setup_dither()
231 dither_cfg.temporal_en = 0; in _dpu_encoder_setup_dither()
238 memcpy(&dither_cfg.matrix, dither_matrix, in _dpu_encoder_setup_dither()
241 hw_pp->ops.setup_dither(hw_pp, &dither_cfg); in _dpu_encoder_setup_dither()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c302 struct dpu_hw_dither_cfg dither_cfg = { 0 }; in _dpu_encoder_setup_dither() local
309 dither_cfg.c0_bitdepth = 6; in _dpu_encoder_setup_dither()
310 dither_cfg.c1_bitdepth = 6; in _dpu_encoder_setup_dither()
311 dither_cfg.c2_bitdepth = 6; in _dpu_encoder_setup_dither()
312 dither_cfg.c3_bitdepth = 6; in _dpu_encoder_setup_dither()
313 dither_cfg.temporal_en = 0; in _dpu_encoder_setup_dither()
320 memcpy(&dither_cfg.matrix, dither_matrix, in _dpu_encoder_setup_dither()
323 hw_pp->ops.setup_dither(hw_pp, &dither_cfg); in _dpu_encoder_setup_dither()

Completed in 7 milliseconds