Message ID | 20230523011522.65351-1-quic_bjorande@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/msm/adreno: GPU support on SC8280XP | expand |
On Mon, May 22, 2023 at 8:15 PM Bjorn Andersson <quic_bjorande@quicinc.com> wrote: > > This series introduces support for A690 in the DRM/MSM driver and > enables it for the two SC8280XP laptops. > > Bjorn Andersson (3): > drm/msm/adreno: Add Adreno A690 support > arm64: dts: qcom: sc8280xp: Add GPU related nodes > arm64: dts: qcom: sc8280xp: Enable GPU related nodes > > arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 26 +++ > .../qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 26 +++ > arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 169 ++++++++++++++++++ > drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 113 +++++++++++- > drivers/gpu/drm/msm/adreno/a6xx_hfi.c | 33 ++++ > drivers/gpu/drm/msm/adreno/adreno_device.c | 14 ++ > drivers/gpu/drm/msm/adreno/adreno_gpu.h | 11 +- > 7 files changed, 387 insertions(+), 5 deletions(-) > > -- > 2.39.2 > Tested here on my X13s with GNOME 44.1 and using Wayland. Tested-by: Steev Klimaszewski <steev@kali.org>
On Mon, 22 May 2023 18:15:19 -0700, Bjorn Andersson wrote: > This series introduces support for A690 in the DRM/MSM driver and > enables it for the two SC8280XP laptops. > > Bjorn Andersson (3): > drm/msm/adreno: Add Adreno A690 support > arm64: dts: qcom: sc8280xp: Add GPU related nodes > arm64: dts: qcom: sc8280xp: Enable GPU related nodes > > [...] Applied, thanks! [1/3] drm/msm/adreno: Add Adreno A690 support (no commit info) [2/3] arm64: dts: qcom: sc8280xp: Add GPU related nodes commit: eec51ab2fd6f447a993c502364704d0cb5bc8cae [3/3] arm64: dts: qcom: sc8280xp: Enable GPU related nodes commit: 598a06afca5a2ab4850ce9ff8146ec728cca570c Best regards,
On Wed, Jun 14, 2023 at 09:03:34AM -0700, Bjorn Andersson wrote: > On Mon, 22 May 2023 18:15:19 -0700, Bjorn Andersson wrote: > > This series introduces support for A690 in the DRM/MSM driver and > > enables it for the two SC8280XP laptops. > > > > Bjorn Andersson (3): > > drm/msm/adreno: Add Adreno A690 support > > arm64: dts: qcom: sc8280xp: Add GPU related nodes > > arm64: dts: qcom: sc8280xp: Enable GPU related nodes > > > > [...] > > Applied, thanks! > > [1/3] drm/msm/adreno: Add Adreno A690 support > (no commit info) > [2/3] arm64: dts: qcom: sc8280xp: Add GPU related nodes > commit: eec51ab2fd6f447a993c502364704d0cb5bc8cae > [3/3] arm64: dts: qcom: sc8280xp: Enable GPU related nodes > commit: 598a06afca5a2ab4850ce9ff8146ec728cca570c > Seems like I managed to confuse b4, only v4 of the DTS patches were merged, while Rob merged the driver change. Regards, Bjorn