mbox series

[v8,0/2] RK3588 VEPU121/VPU121 support

Message ID 20240827181206.147617-1-sebastian.reichel@collabora.com (mailing list archive)
Headers show
Series RK3588 VEPU121/VPU121 support | expand

Message

Sebastian Reichel Aug. 27, 2024, 6:10 p.m. UTC
Hi,

This enables support for Hantro in the RK3588 base devicetree. Sebastian Fricke
send the pull request for the driver/binding changes for 6.12 some hours ago:

https://lore.kernel.org/all/20240827133315.qlmwdvwmghidayzy@basti-XPS-13-9310/

Changes since PATCHv7:
 * Dropped patches 1-4 (merged to media tree)
 * Rebased DT patches to use rk3588-base.dtsi instead of rk3588s.dtsi
 * Dropped a bunch of people from Cc since the media side is done

Changes since PATCHv6:
 * Collected Acked-by for RK3588 VEPU121 DT binding from Conor Dooley
 * Fix resource leak of DT node in hantro_disable_multicore()
 * Support disabled nodes in hantro_disable_multicore()
 * Use correct match data (RK3568 VEPU instead of VPU) for RK3588 VEPU121

Changes since PATCHv5:
 * Fix binding for vepu121 (use enum)
 * split hantro driver patch (multicore / vepu121 compatible)
 * move video-codec@fdb50000 node to correct position
 * change "jpeg_enc*" alias to "vepu121_*"
 * change "vpu_*" alias to "vpu121_*" (to be consistent)

Changes since PATCHv3 (VEPU121) / PATCHv4 (VPU121)
 * combine both patchsets, since there is some overleap
 * add patch to disable multi-core handling in the hantro driver
 * drop the RK3568 fallback compatible for VEPU (see above for the reason)
 * describe all RK3588 VEPU cores (possible because of driver change)

Greetings,

-- Sebastian

Emmanuel Gil Peyrot (1):
  arm64: dts: rockchip: Add VEPU121 to RK3588

Jianfeng Liu (1):
  arm64: dts: rockchip: Add VPU121 support for RK3588

 arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 101 ++++++++++++++++++
 1 file changed, 101 insertions(+)

Comments

Heiko Stuebner Aug. 28, 2024, 12:56 p.m. UTC | #1
On Tue, 27 Aug 2024 20:10:19 +0200, Sebastian Reichel wrote:
> This enables support for Hantro in the RK3588 base devicetree. Sebastian Fricke
> send the pull request for the driver/binding changes for 6.12 some hours ago:
> 
> https://lore.kernel.org/all/20240827133315.qlmwdvwmghidayzy@basti-XPS-13-9310/
> 
> Changes since PATCHv7:
>  * Dropped patches 1-4 (merged to media tree)
>  * Rebased DT patches to use rk3588-base.dtsi instead of rk3588s.dtsi
>  * Dropped a bunch of people from Cc since the media side is done
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: rockchip: Add VEPU121 to RK3588
      commit: cc0a05865cd5ff2a12479ab85093ed203af10520
[2/2] arm64: dts: rockchip: Add VPU121 support for RK3588
      commit: 6166b1c0084e059af539c93a9d48afe44220dbef

Best regards,