]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: platform: qcom/iris: add sm8650 support
authorNeil Armstrong <neil.armstrong@linaro.org>
Thu, 17 Apr 2025 14:59:07 +0000 (16:59 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 2 May 2025 06:52:04 +0000 (08:52 +0200)
commitcae67e94e46a057e3b3d092db04557acce48b82d
tree0dc169704e9787c16984ea7d50b9bedeca2b5de1
parentdc40021c13d412f48e11a5c4aeb9e0a997ff2b95
media: platform: qcom/iris: add sm8650 support

Add support for the SM8650 platform by re-using the SM8550
definitions and using the vpu33 ops.

Move the Sm8650 reset tables that differs in a per-SoC platform
header, that will contain mode SoC specific data when
more codecs are introduced.

The SM8650/vpu33 requires more reset lines, but the H.264
decoder capabilities are identical.

Tested-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> # x1e Dell
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Vikash Garodia <quic_vgarodia@quicinc.com>
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/qcom/iris/iris_platform_common.h
drivers/media/platform/qcom/iris/iris_platform_gen2.c
drivers/media/platform/qcom/iris/iris_platform_sm8650.h [new file with mode: 0644]
drivers/media/platform/qcom/iris/iris_probe.c