* [PATCH 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix @ 2022-01-11 8:22 Suniel Mahesh 0 siblings, 0 replies; 4+ messages in thread From: Suniel Mahesh @ 2022-01-11 8:22 UTC (permalink / raw) To: Paul Kocialkowski Cc: linux-media, devicetree, linux-arm-kernel, linux-rockchip, linux-kernel, Mark Rutland, Heiko Stuebner, Rob Herring, Hans Verkuil, Jacob Chen, Thomas Petazzoni, Mauro Carvalho Chehab, Ezequiel Garcia Hi Paul/All, I have added this patch series onto linux-next and testing RGA on PX30. Log Snippet: root@px30-engicam-px30-core-ctouch2:/# dmesg | grep rga rockchip-rga ff480000.rga: HW Version: 0x04.00 rockchip-rga ff480000.rga: Registered rockchip-rga as /dev/video0 How do I test this ? In the email you mentioned: I tested it with a standalone utility setting V4L2_PIX_FMT_YUV420 on both output and capture. The issue should be pretty easy to reproduce. Can you please share more information/any procedure on how to test. Thanks and Regards Suniel Mahesh _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip ^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix
@ 2020-04-16 11:50 Paul Kocialkowski
[not found] ` <20200416115047.233720-1-paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Paul Kocialkowski @ 2020-04-16 11:50 UTC (permalink / raw)
To: linux-media-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
Cc: Jacob Chen, Ezequiel Garcia, Mauro Carvalho Chehab, Rob Herring,
Mark Rutland, Heiko Stuebner, Hans Verkuil, Thomas Petazzoni,
Paul Kocialkowski
Hi,
This series adds support for the Rockchip PX30 SoC in the V4L2 M2M RGA driver.
It also contains a fix for the YUV2YUV case that was not properly handled.
Cheers,
Paul
Paul Kocialkowski (4):
dt-bindings: rockchip-rga: Add PX30 compatible
arm64: dts: rockchip: Add RGA support to the PX30
media: rockchip: rga: Add support for the PX30 compatible
media: rockchip: rga: Only set output CSC mode for RGB input
.../devicetree/bindings/media/rockchip-rga.txt | 1 +
arch/arm64/boot/dts/rockchip/px30.dtsi | 11 +++++++++++
drivers/media/platform/rockchip/rga/rga-hw.c | 18 +++++++++++-------
drivers/media/platform/rockchip/rga/rga.c | 4 +++-
4 files changed, 26 insertions(+), 8 deletions(-)
--
2.26.0
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <20200416115047.233720-1-paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>]
* Re: [PATCH 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix [not found] ` <20200416115047.233720-1-paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> @ 2020-04-16 12:22 ` Ezequiel Garcia 2020-04-16 12:38 ` Paul Kocialkowski 0 siblings, 1 reply; 4+ messages in thread From: Ezequiel Garcia @ 2020-04-16 12:22 UTC (permalink / raw) To: Paul Kocialkowski, linux-media-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA Cc: Jacob Chen, Mauro Carvalho Chehab, Rob Herring, Mark Rutland, Heiko Stuebner, Hans Verkuil, Thomas Petazzoni Hi Paul, Thanks for the patch. On Thu, 2020-04-16 at 13:50 +0200, Paul Kocialkowski wrote: > Hi, > > This series adds support for the Rockchip PX30 SoC in the V4L2 M2M RGA driver. > It also contains a fix for the YUV2YUV case that was not properly handled. > How have you been testing this? Thanks, Ezequiel > Cheers, > > Paul > > Paul Kocialkowski (4): > dt-bindings: rockchip-rga: Add PX30 compatible > arm64: dts: rockchip: Add RGA support to the PX30 > media: rockchip: rga: Add support for the PX30 compatible > media: rockchip: rga: Only set output CSC mode for RGB input > > .../devicetree/bindings/media/rockchip-rga.txt | 1 + > arch/arm64/boot/dts/rockchip/px30.dtsi | 11 +++++++++++ > drivers/media/platform/rockchip/rga/rga-hw.c | 18 +++++++++++------- > drivers/media/platform/rockchip/rga/rga.c | 4 +++- > 4 files changed, 26 insertions(+), 8 deletions(-) > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix 2020-04-16 12:22 ` Ezequiel Garcia @ 2020-04-16 12:38 ` Paul Kocialkowski 0 siblings, 0 replies; 4+ messages in thread From: Paul Kocialkowski @ 2020-04-16 12:38 UTC (permalink / raw) To: Ezequiel Garcia Cc: Mark Rutland, devicetree, Heiko Stuebner, linux-kernel, Rob Herring, Hans Verkuil, linux-rockchip, Jacob Chen, Thomas Petazzoni, Mauro Carvalho Chehab, linux-arm-kernel, linux-media [-- Attachment #1.1: Type: text/plain, Size: 1331 bytes --] Hi Ezequiel, On Thu 16 Apr 20, 09:22, Ezequiel Garcia wrote: > Hi Paul, > > Thanks for the patch. > > On Thu, 2020-04-16 at 13:50 +0200, Paul Kocialkowski wrote: > > Hi, > > > > This series adds support for the Rockchip PX30 SoC in the V4L2 M2M RGA driver. > > It also contains a fix for the YUV2YUV case that was not properly handled. > > How have you been testing this? I tested it with a standalone utility setting V4L2_PIX_FMT_YUV420 on both output and capture. The issue should be pretty easy to reproduce. Cheers, Paul > Thanks, > Ezequiel > > > Cheers, > > > > Paul > > > > Paul Kocialkowski (4): > > dt-bindings: rockchip-rga: Add PX30 compatible > > arm64: dts: rockchip: Add RGA support to the PX30 > > media: rockchip: rga: Add support for the PX30 compatible > > media: rockchip: rga: Only set output CSC mode for RGB input > > > > .../devicetree/bindings/media/rockchip-rga.txt | 1 + > > arch/arm64/boot/dts/rockchip/px30.dtsi | 11 +++++++++++ > > drivers/media/platform/rockchip/rga/rga-hw.c | 18 +++++++++++------- > > drivers/media/platform/rockchip/rga/rga.c | 4 +++- > > 4 files changed, 26 insertions(+), 8 deletions(-) > > > > -- Paul Kocialkowski, Bootlin Embedded Linux and kernel engineering https://bootlin.com [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] [-- Attachment #2: Type: text/plain, Size: 176 bytes --] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-01-11 8:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-11 8:22 [PATCH 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix Suniel Mahesh
-- strict thread matches above, loose matches on Subject: below --
2020-04-16 11:50 Paul Kocialkowski
[not found] ` <20200416115047.233720-1-paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>
2020-04-16 12:22 ` Ezequiel Garcia
2020-04-16 12:38 ` Paul Kocialkowski
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox