Merge "disp: msm: add support for no blend planes"

Этот коммит содержится в:
qctecmdr
2020-04-01 17:45:16 -07:00
коммит произвёл Gerrit - the friendly Code Review server
родитель 6b664b94bc 078d42797b
Коммит 76d89c1e24
26 изменённых файлов: 1014 добавлений и 42 удалений

Просмотреть файл

@@ -4197,7 +4197,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, NULL);
}
if (!lm_valid) {