linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

^ 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: linux-media, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, Jacob Chen, Mauro Carvalho Chehab, Rob Herring,
	Mark Rutland, Heiko Stuebner, Hans Verkuil, Thomas Petazzoni

[-- Attachment #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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix
  2020-04-16 11:50 Paul Kocialkowski
@ 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, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel
  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

* [PATCH 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix
@ 2020-04-16 11:50 Paul Kocialkowski
  2020-04-16 12:22 ` Ezequiel Garcia
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Kocialkowski @ 2020-04-16 11:50 UTC (permalink / raw)
  To: linux-media, devicetree, linux-arm-kernel, linux-rockchip, linux-kernel
  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

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
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;
as well as URLs for NNTP newsgroup(s).