This series adds the necessary Device Tree bits to enable GPU support on the Kaanapali-based devices. The Adreno 840 GPU present in Kaanapali chipsets is based on the new Adreno A8x family of GPUs. It features a new slice architecture with 3 slices, raytracing support and other improvements.
This series includes patches that updates DT schema, add GPU SMMU, GPU/GMU support, GPU cooling, and enables the GPU on Kaanapali MTP and QRD platforms. Signed-off-by: Akhil P Oommen <[email protected]> --- Akhil P Oommen (5): dt-bindings: arm-smmu: Update the description for Kaanapali GPU SMMU dt-bindings: display/msm: gpu: Document Adreno 840 arm64: dts: qcom: Add GPU support for Kaanapali arm64: dts: qcom: kaanapali-mtp: Enable GPU arm64: dts: qcom: kaanapali-qrd: Enable GPU Gaurav Kohli (1): arm64: dts: qcom: kaanapali: Add GPU cooling Jingyi Wang (1): arm64: dts: qcom: kaanapali: Add qfprom node Qingqing Zhou (1): arm64: dts: qcom: kaanapali: add the GPU SMMU node .../devicetree/bindings/display/msm/gpu.yaml | 5 +- .../devicetree/bindings/iommu/arm,smmu.yaml | 1 + arch/arm64/boot/dts/qcom/kaanapali-mtp.dts | 8 + arch/arm64/boot/dts/qcom/kaanapali-qrd.dts | 8 + arch/arm64/boot/dts/qcom/kaanapali.dtsi | 450 +++++++++++++++++++-- 5 files changed, 441 insertions(+), 31 deletions(-) --- base-commit: b462608de92a7cac450781f9d8d4c7cf3ccf82db change-id: 20260412-kaana-gpu-dt-968a70134c22 prerequisite-message-id: <[email protected]> prerequisite-patch-id: 82e142b3d904e746db0e288fb7ea6812661c3537 prerequisite-patch-id: d141a83ef741d26b03d931cf120b8b541ec51b9c prerequisite-patch-id: 5bdaf78fd75be779d4aa73b85a185a10d8458366 prerequisite-patch-id: 0263b47f4e1aeb61fc96c6dbd9f7168ffe0eb04e prerequisite-patch-id: bed1e449dca0167ed99e8c4f1e544ed60ae17014 prerequisite-patch-id: feda87721f22e443f38165787b2b28fe1a40aa18 prerequisite-message-id: <[email protected]> prerequisite-patch-id: 9175e9ae77ac032c2f0502e2c63bb7b7d1ae4ead prerequisite-patch-id: a29ab9cea24f74a76a69f144f76f9860e014ad19 prerequisite-patch-id: 6243ab821a3d9cd641a8dca8cdab167fe9da8735 prerequisite-patch-id: 36f4bb7740fd65d808fa6685bce4b03798a547ff prerequisite-patch-id: 054631082c45d3ab3117f541f0d4d90b660dac73 Best regards, -- Akhil P Oommen <[email protected]>
