Home
last modified time | relevance | path

Searched refs:setup_dither (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.h66 * @setup_dither : function to program the dither hw block
111 void (*setup_dither)(struct dpu_hw_pingpong *pp, member
H A Ddpu_hw_pingpong.c235 c->ops.setup_dither = dpu_hw_pp_setup_dither; in _setup_pingpong_ops()
H A Ddpu_encoder.c222 if (!hw_pp->ops.setup_dither) in _dpu_encoder_setup_dither()
234 hw_pp->ops.setup_dither(hw_pp, NULL); 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_hw_pingpong.h42 * @setup_dither : function to program the dither hw block
78 void (*setup_dither)(struct dpu_hw_pingpong *pp, member
H A Ddpu_hw_pingpong.c302 c->ops.setup_dither = dpu_hw_pp_setup_dither; in _setup_pingpong_ops()
H A Ddpu_encoder.c304 if (!hw_pp->ops.setup_dither) in _dpu_encoder_setup_dither()
316 hw_pp->ops.setup_dither(hw_pp, NULL); in _dpu_encoder_setup_dither()
323 hw_pp->ops.setup_dither(hw_pp, &dither_cfg); in _dpu_encoder_setup_dither()

Completed in 15 milliseconds