* [PATCH] arm64: defconfig: enable Qualcomm IRIS & VIDEOCC_8550 as module
@ 2025-02-25 9:10 Neil Armstrong
2025-02-25 10:29 ` Konrad Dybcio
2025-02-25 13:08 ` Krzysztof Kozlowski
0 siblings, 2 replies; 4+ messages in thread
From: Neil Armstrong @ 2025-02-25 9:10 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio
Cc: linux-arm-kernel, linux-kernel, linux-arm-msm, Neil Armstrong
In order to support the Qualcomm IRIS driver on the Qualcomm SM8550
platform, enable the IRIS and the VIDEOCC_8550 dependency as modules.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a1cc3814b09b31ee659536a64b7db704153d6fe9..710452f75133896af2e3a19ae544f139e1c28a98 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -847,6 +847,7 @@ CONFIG_VIDEO_IMX8_ISI_M2M=y
CONFIG_VIDEO_IMX8_JPEG=m
CONFIG_VIDEO_QCOM_CAMSS=m
CONFIG_VIDEO_QCOM_VENUS=m
+CONFIG_VIDEO_QCOM_IRIS=m
CONFIG_VIDEO_RCAR_ISP=m
CONFIG_VIDEO_RCAR_CSI2=m
CONFIG_VIDEO_RCAR_VIN=m
@@ -1395,6 +1396,7 @@ CONFIG_SM_TCSRCC_8650=y
CONFIG_SM_TCSRCC_8750=m
CONFIG_SA_VIDEOCC_8775P=m
CONFIG_SM_VIDEOCC_8250=y
+CONFIG_SM_VIDEOCC_8550=m
CONFIG_QCOM_HFPLL=y
CONFIG_CLK_GFM_LPASS_SM8250=m
CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y
---
base-commit: 0226d0ce98a477937ed295fb7df4cc30b46fc304
change-id: 20250225-topic-sm8x50-upstream-iris-defconfig-b56662147b20
Best regards,
--
Neil Armstrong <neil.armstrong@linaro.org>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: defconfig: enable Qualcomm IRIS & VIDEOCC_8550 as module
2025-02-25 9:10 [PATCH] arm64: defconfig: enable Qualcomm IRIS & VIDEOCC_8550 as module Neil Armstrong
@ 2025-02-25 10:29 ` Konrad Dybcio
2025-02-25 13:08 ` Krzysztof Kozlowski
1 sibling, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2025-02-25 10:29 UTC (permalink / raw)
To: Neil Armstrong, Bjorn Andersson, Konrad Dybcio
Cc: linux-arm-kernel, linux-kernel, linux-arm-msm
On 25.02.2025 10:10 AM, Neil Armstrong wrote:
> In order to support the Qualcomm IRIS driver on the Qualcomm SM8550
> platform, enable the IRIS and the VIDEOCC_8550 dependency as modules.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: defconfig: enable Qualcomm IRIS & VIDEOCC_8550 as module
2025-02-25 9:10 [PATCH] arm64: defconfig: enable Qualcomm IRIS & VIDEOCC_8550 as module Neil Armstrong
2025-02-25 10:29 ` Konrad Dybcio
@ 2025-02-25 13:08 ` Krzysztof Kozlowski
2025-02-25 17:56 ` Neil Armstrong
1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-02-25 13:08 UTC (permalink / raw)
To: Neil Armstrong, Bjorn Andersson, Konrad Dybcio
Cc: linux-arm-kernel, linux-kernel, linux-arm-msm
On 25/02/2025 10:10, Neil Armstrong wrote:
> In order to support the Qualcomm IRIS driver on the Qualcomm SM8550
> platform, enable the IRIS and the VIDEOCC_8550 dependency as modules.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
> arch/arm64/configs/defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index a1cc3814b09b31ee659536a64b7db704153d6fe9..710452f75133896af2e3a19ae544f139e1c28a98 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -847,6 +847,7 @@ CONFIG_VIDEO_IMX8_ISI_M2M=y
> CONFIG_VIDEO_IMX8_JPEG=m
> CONFIG_VIDEO_QCOM_CAMSS=m
> CONFIG_VIDEO_QCOM_VENUS=m
> +CONFIG_VIDEO_QCOM_IRIS=m
Does not look really as Kconfig-ordered. iris is before venus in Kconfig
include.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: defconfig: enable Qualcomm IRIS & VIDEOCC_8550 as module
2025-02-25 13:08 ` Krzysztof Kozlowski
@ 2025-02-25 17:56 ` Neil Armstrong
0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2025-02-25 17:56 UTC (permalink / raw)
To: Krzysztof Kozlowski, Bjorn Andersson, Konrad Dybcio
Cc: linux-arm-kernel, linux-kernel, linux-arm-msm
On 25/02/2025 14:08, Krzysztof Kozlowski wrote:
> On 25/02/2025 10:10, Neil Armstrong wrote:
>> In order to support the Qualcomm IRIS driver on the Qualcomm SM8550
>> platform, enable the IRIS and the VIDEOCC_8550 dependency as modules.
>>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>> ---
>> arch/arm64/configs/defconfig | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index a1cc3814b09b31ee659536a64b7db704153d6fe9..710452f75133896af2e3a19ae544f139e1c28a98 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -847,6 +847,7 @@ CONFIG_VIDEO_IMX8_ISI_M2M=y
>> CONFIG_VIDEO_IMX8_JPEG=m
>> CONFIG_VIDEO_QCOM_CAMSS=m
>> CONFIG_VIDEO_QCOM_VENUS=m
>> +CONFIG_VIDEO_QCOM_IRIS=m
>
>
> Does not look really as Kconfig-ordered. iris is before venus in Kconfig
> include.
>
>
Surem I'll re-order.
Thanks,
Neil
>
> Best regards,
> Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-25 19:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25 9:10 [PATCH] arm64: defconfig: enable Qualcomm IRIS & VIDEOCC_8550 as module Neil Armstrong
2025-02-25 10:29 ` Konrad Dybcio
2025-02-25 13:08 ` Krzysztof Kozlowski
2025-02-25 17:56 ` Neil Armstrong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).