2023-01-18 09:55:06

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH v3 0/2] arm64: defconfig: enable modules for Qualcomm SM8550-MTP display

Enable the SM8550 DISPCC and Visionox VTDR6130 panel drivers as module
to enable display on the SM8550 MTP device.

To: Bjorn Andersson <[email protected]>
To: Konrad Dybcio <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Neil Armstrong <[email protected]>

---
Changes in v3:
- Add konrad acked-by on patch 2
- Link to v2: https://lore.kernel.org/r/20230110-topic-sm8550-upstream-display-defconfig-v2-0-c29b9714c85f@linaro.org

Changes in v2:
- build SM8550 DISPCC as module as asked by Bjorn
- Link to v1: https://lore.kernel.org/r/20230110-topic-sm8550-upstream-display-defconfig-v1-0-9941c8083f10@linaro.org

---
Neil Armstrong (2):
arm64: defconfig: enable SM8550 DISPCC clock driver
arm64: defconfig: enable Visionox VTDR6130 DSI Panel driver

arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
---
base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2
change-id: 20230110-topic-sm8550-disp-defconfig-deffeeeee051

Best regards,
--
Neil Armstrong <[email protected]>


2023-01-18 10:01:47

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH v3 1/2] arm64: defconfig: enable SM8550 DISPCC clock driver

Build the Qualcomm SM8550 Display Clock Controller driver as a module

Acked-by: Konrad Dybcio <[email protected]>
Signed-off-by: Neil Armstrong <[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 851e8f9be06d..c9011e1438c0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1107,6 +1107,7 @@ CONFIG_SDM_GPUCC_845=y
CONFIG_SDM_VIDEOCC_845=y
CONFIG_SDM_DISPCC_845=y
CONFIG_SM_DISPCC_8250=y
+CONFIG_SM_DISPCC_8550=m
CONFIG_SM_GCC_6115=y
CONFIG_SM_GCC_8350=y
CONFIG_SM_GCC_8450=y

--
2.34.1

2023-01-18 10:02:27

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH v3 2/2] arm64: defconfig: enable Visionox VTDR6130 DSI Panel driver

Build the Visionox VTDR6130 DSI Panel driver as module

Signed-off-by: Neil Armstrong <[email protected]>
Acked-by: Konrad Dybcio <[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 c9011e1438c0..7bbf628ab80c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -765,6 +765,7 @@ CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m
CONFIG_DRM_PANEL_RAYDIUM_RM67191=m
CONFIG_DRM_PANEL_SITRONIX_ST7703=m
CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m
+CONFIG_DRM_PANEL_VISIONOX_VTDR6130=m
CONFIG_DRM_LONTIUM_LT8912B=m
CONFIG_DRM_LONTIUM_LT9611=m
CONFIG_DRM_LONTIUM_LT9611UXC=m

--
2.34.1

2023-01-18 23:06:36

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v3 0/2] arm64: defconfig: enable modules for Qualcomm SM8550-MTP display

On Wed, 18 Jan 2023 09:50:30 +0100, Neil Armstrong wrote:
> Enable the SM8550 DISPCC and Visionox VTDR6130 panel drivers as module
> to enable display on the SM8550 MTP device.
>
>

Applied, thanks!

[1/2] arm64: defconfig: enable SM8550 DISPCC clock driver
commit: 406b4c06cb61bb2d19aa2e5a9267044f17a539a0
[2/2] arm64: defconfig: enable Visionox VTDR6130 DSI Panel driver
commit: a0cacf7f9a55581cfe6a6511fd7f8e490655a27e

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