Loading drivers/gpu/drm/msm/sde/sde_encoder.c +2 −2 Original line number Diff line number Diff line Loading @@ -4239,8 +4239,8 @@ 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->cfg.flags, hw_lm->idx, NULL); phys_enc->hw_ctl, hw_lm->idx, hw_lm->cfg.flags, NULL); } if (!lm_valid) { Loading Loading
drivers/gpu/drm/msm/sde/sde_encoder.c +2 −2 Original line number Diff line number Diff line Loading @@ -4239,8 +4239,8 @@ 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->cfg.flags, hw_lm->idx, NULL); phys_enc->hw_ctl, hw_lm->idx, hw_lm->cfg.flags, NULL); } if (!lm_valid) { Loading