diff options
| author | Stephan Gerhold <stephan.gerhold@linaro.org> | 2025-09-15 13:06:15 +0300 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2025-09-16 17:55:33 +0300 |
| commit | e2367a67b3de64e1972cd6fdb8029c974fc3b2fc (patch) | |
| tree | 2d41291f2a5240d1d045bbfbac7aac1ebdc37aff | |
| parent | c0f045e303e014cec5d883edf82fe5de74769944 (diff) | |
| download | linux-e2367a67b3de64e1972cd6fdb8029c974fc3b2fc.tar.xz | |
arm64: dts: qcom: x1e80100-crd: Enable IRIS video codec
IRIS firmware for x1e80100-crd is already upstream in linux-firmware in the
default path, so enable IRIS for the CRD to accelerate video decoding.
It looks like the X1P CRD might need a different IRIS firmware (possibly
even changes in the Linux kernel driver), so keep it local to the X1E CRD
for now.
Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Tested-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://lore.kernel.org/r/20250915-x1e-iris-dt-v2-4-1f928de08fd4@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts index 976b8e44b576..dfc378e1a056 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts @@ -16,3 +16,7 @@ &gpu_zap_shader { firmware-name = "qcom/x1e80100/gen70500_zap.mbn"; }; + +&iris { + status = "okay"; +}; |
