Merge "disp: msm: sde: disable border color on empty blendstage"

此提交包含在:
qctecmdr
2020-08-13 16:50:24 -07:00
提交者 Gerrit - the friendly Code Review server
當前提交 20ed4f0785
共有 4 個檔案被更改,包括 15 行新增10 行删除

查看文件

@@ -1686,10 +1686,11 @@ static void _sde_crtc_blend_setup(struct drm_crtc *crtc,
sde_crtc->name, lm->idx - LM_0,
ctl->idx - CTL_0);
ctl->ops.setup_blendstage(ctl, mixer[i].hw_lm->idx,
NULL);
NULL, true);
} else {
ctl->ops.setup_blendstage(ctl, mixer[i].hw_lm->idx,
&sde_crtc->stage_cfg[lm_layout]);
&sde_crtc->stage_cfg[lm_layout],
false);
}
}