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>
此提交包含在:

提交者
Gerrit - the friendly Code Review server

父節點
4927d28629
當前提交
eb45d6c173
@@ -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);
|
||||
|
新增問題並參考
封鎖使用者