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 行删除

查看文件

@@ -4173,7 +4173,7 @@ int sde_encoder_helper_reset_mixers(struct sde_encoder_phys *phys_enc,
/* only enable border color on LM */
if (phys_enc->hw_ctl->ops.setup_blendstage)
phys_enc->hw_ctl->ops.setup_blendstage(
phys_enc->hw_ctl, hw_lm->idx, NULL);
phys_enc->hw_ctl, hw_lm->idx, NULL, false);
}
if (!lm_valid) {