disp: msm: sde: disable border color on empty blendstage
This change disables the border color on the layer mixer, based on the caller's request. This is required to totally disconnect the layer mixer hardware when it is not participating in blending the pixels. Having empty blendstage but border color enabled, allows Layer mixer hw to produce border pixels even when blend stage is empty. Change-Id: I8e84aeedffbd42ad793a167a6cc5a3a653864c1a Signed-off-by: Abhijit Kulkarni <kabhijit@codeaurora.org>
这个提交包含在:
@@ -4171,7 +4171,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, false);
|
||||
}
|
||||
|
||||
if (!lm_valid) {
|
||||
|
在新工单中引用
屏蔽一个用户