Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c348 struct dpu_hw_dither_cfg dither_cfg = { 0 }; in _dpu_encoder_setup_dither() local
355 dither_cfg.c0_bitdepth = 6; in _dpu_encoder_setup_dither()
356 dither_cfg.c1_bitdepth = 6; in _dpu_encoder_setup_dither()
357 dither_cfg.c2_bitdepth = 6; in _dpu_encoder_setup_dither()
358 dither_cfg.c3_bitdepth = 6; in _dpu_encoder_setup_dither()
359 dither_cfg.temporal_en = 0; in _dpu_encoder_setup_dither()
366 memcpy(&dither_cfg.matrix, dither_matrix, in _dpu_encoder_setup_dither()
369 hw_pp->ops.setup_dither(hw_pp, &dither_cfg); in _dpu_encoder_setup_dither()