2024-05-30 00:51:51

by Dmitry Baryshkov

[permalink] [raw]
Subject: [PATCH 0/2] arm64: defconfig: fix config issues on Qualcomm SM8350 platform

Fix two issues observed with the kernels using defconfig on the devices
using Qualcomm SM8350 SoC.

Signed-off-by: Dmitry Baryshkov <[email protected]>
---
Dmitry Baryshkov (2):
arm64: defconfig: enable CONFIG_SM_GPUCC_8350
arm64: defconfig: make CONFIG_INTERCONNECT_QCOM_SM8350 built-in

arch/arm64/configs/defconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
base-commit: 9d99040b1bc8dbf385a8aa535e9efcdf94466e19
change-id: 20240530-8350-config-1af193610ee2

Best regards,
--
Dmitry Baryshkov <[email protected]>



2024-05-30 00:52:00

by Dmitry Baryshkov

[permalink] [raw]
Subject: [PATCH 2/2] arm64: defconfig: make CONFIG_INTERCONNECT_QCOM_SM8350 built-in

Building interconnect driver for Qualcomm SM8350 platform can easily
result in a device hang / reboot because of the resource starvation.
Move this driver to be built-in to prevent such issues during the boot.

Signed-off-by: Dmitry Baryshkov <[email protected]>
---
arch/arm64/configs/defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 63a8e9335efb..9a467dec78b7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1612,7 +1612,7 @@ CONFIG_INTERCONNECT_QCOM_SDX75=y
CONFIG_INTERCONNECT_QCOM_SM6115=y
CONFIG_INTERCONNECT_QCOM_SM8150=m
CONFIG_INTERCONNECT_QCOM_SM8250=y
-CONFIG_INTERCONNECT_QCOM_SM8350=m
+CONFIG_INTERCONNECT_QCOM_SM8350=y
CONFIG_INTERCONNECT_QCOM_SM8450=y
CONFIG_INTERCONNECT_QCOM_SM8550=y
CONFIG_INTERCONNECT_QCOM_SM8650=y

--
2.39.2


2024-05-30 00:52:22

by Dmitry Baryshkov

[permalink] [raw]
Subject: [PATCH 1/2] arm64: defconfig: enable CONFIG_SM_GPUCC_8350

Enable support for the GPU Clock Controller for the Qualcomm SM8350
platform. This enables the GPU on Qualcomm SM8350 HDK and other devices
using this SoC.

Signed-off-by: Dmitry Baryshkov <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index dfad1cb8a072..63a8e9335efb 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1336,6 +1336,7 @@ CONFIG_SM_GCC_8650=y
CONFIG_SM_GPUCC_6115=m
CONFIG_SM_GPUCC_8150=y
CONFIG_SM_GPUCC_8250=y
+CONFIG_SM_GPUCC_8350=m
CONFIG_SM_GPUCC_8450=m
CONFIG_SM_GPUCC_8550=m
CONFIG_SM_GPUCC_8650=m

--
2.39.2


2024-05-30 03:27:17

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH 0/2] arm64: defconfig: fix config issues on Qualcomm SM8350 platform


On Thu, 30 May 2024 03:51:12 +0300, Dmitry Baryshkov wrote:
> Fix two issues observed with the kernels using defconfig on the devices
> using Qualcomm SM8350 SoC.
>
>

Applied, thanks!

[1/2] arm64: defconfig: enable CONFIG_SM_GPUCC_8350
commit: 3833d5787e774cda0f8ee19929a573924ba046b0
[2/2] arm64: defconfig: make CONFIG_INTERCONNECT_QCOM_SM8350 built-in
commit: 26bd1c26991c69af6ab020289308cc5ea80cfb08

Best regards,
--
Bjorn Andersson <[email protected]>