Merge "disp: msm: sde: decouple FETCH_PIPE_ACTIVE logic from setup_blendstages"

This commit is contained in:
qctecmdr
2020-05-05 18:29:34 -07:00
کامیت شده توسط Gerrit - the friendly Code Review server
کامیت c587442d57
5فایلهای تغییر یافته به همراه107 افزوده شده و 111 حذف شده

مشاهده پرونده

@@ -4237,7 +4237,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, NULL);
phys_enc->hw_ctl, hw_lm->idx, NULL);
}
if (!lm_valid) {