[PATCH 0/2] arm64: dts: qcom: sm8[56]50: correct MDSS interconnects
From: Dmitry Baryshkov
Date: Mon Oct 07 2024 - 19:37:13 EST
Both SM8550 and SM8650 misuse mdp1-mem interconnect path for the
LLCC->EBI path, while it should only be used for the MDP->EBI paths.
This kind of misuse can result in bandwidth underflows, possibly
degradating picture quality as the required memory bandwidth is divided
between all mdpN-mem paths (and LLCC-EBI should not be a part of such
division).
Drop mdp1-mem paths and use MDP-EBI path directly.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
---
Dmitry Baryshkov (2):
arm64: dts: qcom: sm8550: correct MDSS interconnects
arm64: dts: qcom: sm8650: correct MDSS interconnects
arch/arm64/boot/dts/qcom/sm8550.dtsi | 5 ++---
arch/arm64/boot/dts/qcom/sm8650.dtsi | 5 +----
2 files changed, 3 insertions(+), 7 deletions(-)
---
base-commit: 58ca61c1a866bfdaa5e19fb19a2416764f847d75
change-id: 20241006-fix-sm8x50-mdp-icc-138afd0e083a
Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>