disp: msm: sde: fix dnsc_blur mux setting for cwb

Fix the dnsc_blur block pingpong mux setting for concurrent
writeback case.

Change-Id: I1a79602f05471ce2bc143258ffe87e46772f3d06
Signed-off-by: Veera Sundaram Sankaran <quic_veeras@quicinc.com>
此提交包含在:
Veera Sundaram Sankaran
2022-01-18 16:35:25 -08:00
提交者 Gerrit - the friendly Code Review server
父節點 4927d28629
當前提交 eb45d6c173
共有 4 個檔案被更改,包括 12 行新增5 行删除

查看文件

@@ -3239,7 +3239,7 @@ void sde_encoder_helper_phys_disable(struct sde_encoder_phys *phys_enc,
if (phys_enc->hw_dnsc_blur && phys_enc->hw_dnsc_blur->ops.bind_pingpong_blk &&
phys_enc->hw_pp) {
phys_enc->hw_dnsc_blur->ops.bind_pingpong_blk(phys_enc->hw_dnsc_blur,
false, phys_enc->hw_pp->idx);
false, phys_enc->hw_pp->idx, phys_enc->in_clone_mode);
if (ctl->ops.update_dnsc_blur_bitmask)
ctl->ops.update_dnsc_blur_bitmask(ctl, phys_enc->hw_dnsc_blur->idx, true);