Merge "disp: msm: sde: clear existing interface configuration for CWB"

This commit is contained in:
qctecmdr
2024-04-16 06:37:55 -07:00
committed by Gerrit - the friendly Code Review server
當前提交 fd946778a9

查看文件

@@ -1828,6 +1828,11 @@ static void sde_encoder_phys_wb_setup(struct sde_encoder_phys *phys_enc)
_sde_encoder_phys_wb_setup_ctl(phys_enc, wb_enc->wb_fmt);
_sde_encoder_phys_wb_setup_sys_cache(phys_enc, fb);
/* clear existing intf cwb configuration before
* updating for single LM PartialUpdate usecase.
*/
if (_sde_encoder_is_single_lm_partial_update(wb_enc))
_sde_encoder_phys_wb_setup_cwb(phys_enc, false);
_sde_encoder_phys_wb_setup_cwb(phys_enc, true);