This series adds support for Adreno 663 gpu found in SA8775P (Lemans)
chipsets. The closest gpu which is currently supported in drm-msm is A660.
Following are the major differences with that:
1. gmu/zap firmwares
2. Recommended to disable Level2 swizzling
Verified kmscube/weston/glmark2-es2.
Apologies for the back to back rev bump. I am hoping to get this picked
up for v6.19.
All patches are for Bjorn to pick up.
To: Rob Clark <[email protected]>
To: Sean Paul <[email protected]>
To: Konrad Dybcio <[email protected]>
To: Dmitry Baryshkov <[email protected]>
To: Marijn Suijten <[email protected]>
To: David Airlie <[email protected]>
To: Simona Vetter <[email protected]>
To: Maarten Lankhorst <[email protected]>
To: Maxime Ripard <[email protected]>
To: Thomas Zimmermann <[email protected]>
To: Rob Herring <[email protected]>
To: Krzysztof Kozlowski <[email protected]>
To: Conor Dooley <[email protected]>
To: Bjorn Andersson <[email protected]>
To: Connor Abbott <[email protected]>
To: Srinivas Kandagatla <[email protected]>
Cc: Gaurav Kohli <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
-Akhil
---
Changes in v8:
- Corrected patch#1 subject (Dmitry)
- Dropped the patch for qfrom binding doc as it is already picked up.
- EDITME: use bulletpoints and terse descriptions.
- Link to v7:
https://lore.kernel.org/r/[email protected]
Changes in v7:
- Rebased on next-20251105
- Dropped drm-msm speedbin patch which is already picked up
- Picked up trailers
- Link to v6:
https://lore.kernel.org/r/[email protected]
Changes in v6:
- Keep the efuse's reg range 4K aligned (Konrad)
- Update GMU's opp table to bump frequency to 500Mhz (Konrad)
- Link to v5:
https://lore.kernel.org/r/[email protected]
Changes in v5:
- Remove unnecessary labels in the gpu cooling patch (Konrad)
- Update the RPMH corner for 530 Mhz
- Wire up the gpu speedbin node to the gpu
- Link to v4:
https://lore.kernel.org/r/[email protected]
Changes in v4:
- Rebased on top of another series which renames DT files
- Enabled GPU on IoT boards as per the latest definition
- Picked up SKU detection support
- Added GPU passive cooling support
- Link to v3:
https://lore.kernel.org/r/[email protected]
Changes in v3:
- Rebased on the latest msm-next tip
- Added R-b tags from Dmitry
- Dropped patch #1 and #2 from v2 revision since they are already
picked up in msm-next
- Link to v2:
https://lore.kernel.org/r/[email protected]
Changes in v2:
- Fixed ubwc configuration (dimtry)
- Split out platform dt patch (dimtry)
- Fix formatting in the dt patch (dimtry)
- Updated Opp table to include all levels
- Updated bw IB votes to match downstream
- Rebased on top of msm-next tip
- Link to v1:
https://lore.kernel.org/r/[email protected]
---
Akhil P Oommen (2):
arm64: dts: qcom: lemans-evk: Enable Adreno 663 GPU
arm64: dts: qcom: qcs9100-ride: Enable Adreno 663 GPU
Gaurav Kohli (1):
arm64: dts: qcom: lemans: Add GPU cooling
Puranam V G Tejaswi (1):
arm64: dts: qcom: lemans: Add gpu and gmu nodes
arch/arm64/boot/dts/qcom/lemans-evk.dts | 8 ++
arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi | 8 ++
arch/arm64/boot/dts/qcom/lemans.dtsi | 174 ++++++++++++++++++++++-
3 files changed, 184 insertions(+), 6 deletions(-)
---
base-commit: 185cd3dc1a12b97194a62eba9d217d280ef74135
change-id: 20240917-a663-gpu-support-b1475c828606
Best regards,
--
Akhil P Oommen <[email protected]>