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 3c072d5 commit 2e162dfCopy full SHA for 2e162df
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c
@@ -519,6 +519,8 @@ static void _dpu_crtc_blend_setup(struct drm_crtc *crtc)
519
if (mixer[i].lm_ctl->ops.clear_all_blendstages)
520
mixer[i].lm_ctl->ops.clear_all_blendstages(
521
mixer[i].lm_ctl);
522
+ if (mixer[i].lm_ctl->ops.set_active_fetch_pipes)
523
+ mixer[i].lm_ctl->ops.set_active_fetch_pipes(mixer[i].lm_ctl, NULL);
524
}
525
526
/* initialize stage cfg */
0 commit comments