mbox series

[v2,0/3] drm/msm/adreno: GPU support on SC8280XP

Message ID 20230523011522.65351-1-quic_bjorande@quicinc.com
Headers show
Series drm/msm/adreno: GPU support on SC8280XP | expand

Message

Bjorn Andersson May 23, 2023, 1:15 a.m. UTC
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(-)

Comments

Bjorn Andersson June 14, 2023, 10:09 p.m. UTC | #1
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