Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder.c297 struct dpu_hw_dither_cfg dither_cfg = { 0 }; in _dpu_encoder_setup_dither() local
304 dither_cfg.c0_bitdepth = 6; in _dpu_encoder_setup_dither()
305 dither_cfg.c1_bitdepth = 6; in _dpu_encoder_setup_dither()
306 dither_cfg.c2_bitdepth = 6; in _dpu_encoder_setup_dither()
307 dither_cfg.c3_bitdepth = 6; in _dpu_encoder_setup_dither()
308 dither_cfg.temporal_en = 0; in _dpu_encoder_setup_dither()
315 memcpy(&dither_cfg.matrix, dither_matrix, in _dpu_encoder_setup_dither()
318 hw_pp->ops.setup_dither(hw_pp, &dither_cfg); in _dpu_encoder_setup_dither()