All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] add GPU for RK356x SoCs
@ 2021-11-26 15:17 ` Alex Bee
  0 siblings, 0 replies; 37+ messages in thread
From: Alex Bee @ 2021-11-26 15:17 UTC (permalink / raw)
  To: Heiko Stuebner, Rob Herring
  Cc: Ezequiel Garcia, linux-rockchip, devicetree, linux-arm-kernel,
	linux-kernel, Alex Bee

This is a respin of Ezequiel's series which adds GPU for RK3568 [0]:

> I've decided to split the GPU off previous series:
>
> https://lore.kernel.org/linux-rockchip/2147216.TLkxdtWsSY@diego/
>
> This series now contains only the GPU support, as the VPU
> needs a tiny rework.
>
> This is compiled tested only, in this case. Similar patches
> have been tested on a v5.10-based kernel, so I'd say it's good
> to go.
>
> The mesa side is merged https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10771
> and can be tested without a display, using something like weston --backend=headless-backend.so,
> which provides an environment for GL to work.

I hope to have resolved all DT-binding issues and added cooling map and trip points
which can make the GPU a cooling device.

Tested with mesa 21.3.0 on quartz64-a board.

[0] https://patchwork.kernel.org/project/linux-rockchip/list/?series=526661

Alex Bee (2):
  dt-bindings: gpu: mali-bifrost: Allow up to two clocks
  arm64: dts: rockchip: Add cooling map / trip points for RK356x' GPU

Ezequiel Garcia (2):
  arm64: dts: rockchip: Add GPU node for rk3568
  arm64: dts: rockchip: Enable the GPU on Quartz64 Model A

 .../bindings/gpu/arm,mali-bifrost.yaml        | 20 ++++-
 .../boot/dts/rockchip/rk3566-quartz64-a.dts   |  5 ++
 arch/arm64/boot/dts/rockchip/rk356x.dtsi      | 77 +++++++++++++++++++
 3 files changed, 101 insertions(+), 1 deletion(-)

-- 
2.30.2


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [PATCH v2 0/4] RK3568 GPU
@ 2021-07-30 16:45 Ezequiel Garcia
  2021-07-30 16:45   ` Ezequiel Garcia
  0 siblings, 1 reply; 37+ messages in thread
From: Ezequiel Garcia @ 2021-07-30 16:45 UTC (permalink / raw)
  To: devicetree, linux-rockchip
  Cc: Rob Herring, Heiko Stuebner, Kever Yang, Benjamin Gaignard,
	Peter Geis, Ezequiel Garcia

I've decided to split the GPU off previous series:

https://lore.kernel.org/linux-rockchip/2147216.TLkxdtWsSY@diego/

This series now contains only the GPU support, as the VPU
needs a tiny rework.

This is compiled tested only, in this case. Similar patches
have been tested on a v5.10-based kernel, so I'd say it's good
to go.

The mesa side is merged https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10771
and can be tested without a display, using something like weston --backend=headless-backend.so,
which provides an environment for GL to work.

Ezequiel Garcia (4):
  dt-bindings: gpu: mali-bifrost: Allow up to two clocks
  dt-bindings: gpu: mali-bifrost: Add RK3568 compatible
  arm64: dts: rockchip: Add GPU node for rk3568
  arm64: dts: rockchip: Enable the GPU on Quartz64 Model A

 .../bindings/gpu/arm,mali-bifrost.yaml        |  8 +++-
 .../boot/dts/rockchip/rk3566-quartz64-a.dts   |  5 ++
 arch/arm64/boot/dts/rockchip/rk356x.dtsi      | 47 +++++++++++++++++++
 3 files changed, 59 insertions(+), 1 deletion(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2022-01-18 15:21 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 15:17 [PATCH 0/4] add GPU for RK356x SoCs Alex Bee
2021-11-26 15:17 ` Alex Bee
2021-11-26 15:17 ` Alex Bee
2021-11-26 15:17 ` [PATCH 1/4] dt-bindings: gpu: mali-bifrost: Allow up to two clocks Alex Bee
2021-11-26 15:17   ` Alex Bee
2021-11-26 15:17   ` Alex Bee
2021-12-01 23:31   ` Rob Herring
2021-12-01 23:31     ` Rob Herring
2021-12-01 23:31     ` Rob Herring
2021-11-26 15:17 ` [PATCH 2/4] arm64: dts: rockchip: Add GPU node for rk3568 Alex Bee
2021-11-26 15:17   ` Alex Bee
2021-11-26 15:17   ` Alex Bee
2021-11-26 15:17 ` [PATCH 3/4] arm64: dts: rockchip: Add cooling map / trip points for RK356x' GPU Alex Bee
2021-11-26 15:17   ` Alex Bee
2021-11-26 15:17   ` Alex Bee
2021-11-26 15:17 ` [PATCH 4/4] arm64: dts: rockchip: Enable the GPU on Quartz64 Model A Alex Bee
2021-11-26 15:17   ` Alex Bee
2021-11-26 15:17   ` Alex Bee
2022-01-14 16:25   ` Piotr Oniszczuk
2022-01-14 16:25     ` Piotr Oniszczuk
2022-01-14 16:25     ` Piotr Oniszczuk
2022-01-14 16:42     ` Robin Murphy
2022-01-14 16:42       ` Robin Murphy
2022-01-14 16:42       ` Robin Murphy
2022-01-14 17:56       ` Piotr Oniszczuk
2022-01-14 17:56         ` Piotr Oniszczuk
2022-01-14 17:56         ` Piotr Oniszczuk
2021-11-29 12:15 ` [PATCH 0/4] add GPU for RK356x SoCs Ezequiel Garcia
2021-11-29 12:15   ` Ezequiel Garcia
2021-11-29 12:15   ` Ezequiel Garcia
2022-01-18 15:18 ` Heiko Stübner
2022-01-18 15:18   ` Heiko Stübner
2022-01-18 15:18   ` Heiko Stübner
  -- strict thread matches above, loose matches on Subject: below --
2021-07-30 16:45 [PATCH v2 0/4] RK3568 GPU Ezequiel Garcia
2021-07-30 16:45 ` [PATCH 4/4] arm64: dts: rockchip: Enable the GPU on Quartz64 Model A Ezequiel Garcia
2021-07-30 16:45   ` Ezequiel Garcia
2021-07-30 18:24   ` Johan Jonker
2021-07-30 18:24     ` Johan Jonker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.