Message ID | 20231130-msm8226-gpu-v1-0-6bb2f1b29e49@z3ntu.xyz (mailing list archive) |
---|---|
Headers | show |
Series | Add GPU support for MSM8226 (Adreno A305B) | expand |
On Thu, 30 Nov 2023 21:35:17 +0100, Luca Weiss wrote: > Add the necessary bits to bring up the GPU on msm8226. > > Tested on apq8026-lg-lenok. > > Applied, thanks! [3/3] ARM: dts: qcom: msm8226: Add GPU commit: fc209f869310776c437daba478246df64d82c38b Best regards,
Add the necessary bits to bring up the GPU on msm8226. Tested on apq8026-lg-lenok. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Luca Weiss (3): dt-bindings: display/msm: gpu: Allow multiple digits for patchid drm/msm/adreno: Add A305B support ARM: dts: qcom: msm8226: Add GPU .../devicetree/bindings/display/msm/gpu.yaml | 6 ++-- arch/arm/boot/dts/qcom/qcom-msm8226.dtsi | 40 ++++++++++++++++++++++ drivers/gpu/drm/msm/adreno/a3xx_gpu.c | 15 ++++++-- drivers/gpu/drm/msm/adreno/adreno_device.c | 15 +++++--- drivers/gpu/drm/msm/adreno/adreno_gpu.h | 5 +++ 5 files changed, 71 insertions(+), 10 deletions(-) --- base-commit: 32bbbdc6dbe6ca65a3e3e2ed2ca3c562793e7797 change-id: 20231130-msm8226-gpu-c2ff8473a9ff Best regards,