[PATCH v1 0/2] media: rockchip: rga: Add rk3568 support

Jianfeng Liu posted 2 patches 1 year, 8 months ago
.../devicetree/bindings/media/rockchip-rga.yaml       |  1 +
arch/arm64/boot/dts/rockchip/rk3588s.dtsi             | 11 +++++++++++
2 files changed, 12 insertions(+)
[PATCH v1 0/2] media: rockchip: rga: Add rk3568 support
Posted by Jianfeng Liu 1 year, 8 months ago
The RGA2 on the Rockchip rk3588 is the same core as the RGA2 on the
Rockchip rk3288 and rk3568.

This series adds the necessary device tree binding and node in the device
tree to enable the RGA2 on the Rockchip rk3588.

Tested on rock5b with gstreamer command:
gst-launch-1.0 videotestsrc ! video/x-raw,format=BGRx ! v4l2convert ! xvimagesink

Jianfeng Liu (2):
  dt-bindings: media: rockchip-rga: add rockchip,rk3588-rga
  arm64: dts: rockchip: Add RGA2 support to rk3588

 .../devicetree/bindings/media/rockchip-rga.yaml       |  1 +
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi             | 11 +++++++++++
 2 files changed, 12 insertions(+)

-- 
2.34.1
Re: [PATCH v1 0/2] media: rockchip: rga: Add rk3568 support
Posted by Jianfeng Liu 1 year, 8 months ago
I am really sorry guys, this patch is for rk3588, I wrote a wrong title.
Do I need to send a v2 patch just changing title of the cover letter?

Regards,
Jianfeng