This series adds support for Adreno 663 gpu found in SA8775P 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 with the below Mesa change [1]. This series is rebased on top of msm-next. Since they are already picked up, I have dropped the patches for msm-next in this revision. Remaining 2 devicetree patches are for Bjorn. Devicetree changes have a runtime dependency on the Display DT change [2]. [1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31211 [2] https://patchwork.freedesktop.org/patch/620500/?series=140216 To: Rob Clark <robdclark@xxxxxxxxx> To: Sean Paul <sean@xxxxxxxxxx> To: Konrad Dybcio <konradybcio@xxxxxxxxxx> To: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx> To: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> To: Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx> To: David Airlie <airlied@xxxxxxxxx> To: Simona Vetter <simona@xxxxxxxx> To: Maarten Lankhorst <maarten.lankhorst@xxxxxxxxxxxxxxx> To: Maxime Ripard <mripard@xxxxxxxxxx> To: Thomas Zimmermann <tzimmermann@xxxxxxx> To: Rob Herring <robh@xxxxxxxxxx> To: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> To: Conor Dooley <conor+dt@xxxxxxxxxx> To: Bjorn Andersson <andersson@xxxxxxxxxx> To: Connor Abbott <cwabbott0@xxxxxxxxx> Cc: linux-arm-msm@xxxxxxxxxxxxxxx Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx Cc: freedreno@xxxxxxxxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Cc: devicetree@xxxxxxxxxxxxxxx -Akhil --- 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/20241022-a663-gpu-support-v2-0-38da38234697@xxxxxxxxxxx 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/20240918-a663-gpu-support-v1-0-25fea3f3d64d@xxxxxxxxxxx --- Puranam V G Tejaswi (2): arm64: dts: qcom: sa8775p: Add gpu and gmu nodes arm64: dts: qcom: sa8775p-ride: Enable Adreno 663 GPU arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi | 8 +++ arch/arm64/boot/dts/qcom/sa8775p.dtsi | 94 ++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) --- base-commit: d6d1ad32d00714ecf9f1996173c6f98e43c5b022 change-id: 20240917-a663-gpu-support-b1475c828606 Best regards, -- Akhil P Oommen <quic_akhilpo@xxxxxxxxxxx>