We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978ca99 commit f063ac6Copy full SHA for f063ac6
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
@@ -2281,6 +2281,9 @@ void dpu_encoder_helper_phys_cleanup(struct dpu_encoder_phys *phys_enc)
2281
}
2282
2283
2284
+ if (phys_enc->hw_pp && phys_enc->hw_pp->ops.setup_dither)
2285
+ phys_enc->hw_pp->ops.setup_dither(phys_enc->hw_pp, NULL);
2286
+
2287
/* reset the merge 3D HW block */
2288
if (phys_enc->hw_pp && phys_enc->hw_pp->merge_3d) {
2289
phys_enc->hw_pp->merge_3d->ops.setup_3d_mode(phys_enc->hw_pp->merge_3d,
0 commit comments