From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4ECF1C2BB85 for ; Thu, 16 Apr 2020 12:38:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 224CB21D79 for ; Thu, 16 Apr 2020 12:38:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ijUDjfhS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 224CB21D79 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=KiiAyGJPwmt7MkNp/m0A7SjfR3eKFqWduww6JypYyxw=; b=ijUDjfhS4Pjsb6BfmZmSk8z9N EOIyoyFMu9dktHewQ1M2JA62qS0dVKMVT9Vbf7EZSChkkom8xM/2K+eZOyx3kRN5lIqxp6qK2SNcl bz8Iw3fafs3TUc1t7wtD2+FNq2pJLvh1H63gFGjFfznr4RcCZwf5t4BXUiIVY5eO2oPYBVTQdXiT+ PAWo65h/BobN3h0ZdSaTx33gq5yMm43wbafuQ91UHngW+W0Pg5WrKPWTX8DoxiA3gG1Oyjevxc/s7 y84tkVTe6KVhzxsxWnMqRTD0n1AJvq79U6JeyrB2iSA/V5XEoqPHthJJp9p7XWPexn3ZU/79j8b2F SKoo3HBog==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jP3n2-0006Cy-NT; Thu, 16 Apr 2020 12:38:44 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jP3my-0006CQ-PT; Thu, 16 Apr 2020 12:38:42 +0000 X-Originating-IP: 93.29.109.196 Received: from aptenodytes (196.109.29.93.rev.sfr.net [93.29.109.196]) (Authenticated sender: paul.kocialkowski@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id DA089E0013; Thu, 16 Apr 2020 12:38:34 +0000 (UTC) Date: Thu, 16 Apr 2020 14:38:34 +0200 From: Paul Kocialkowski To: Ezequiel Garcia Subject: Re: [PATCH 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix Message-ID: <20200416123834.GG125838@aptenodytes> References: <20200416115047.233720-1-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200416_053840_958927_12F66023 X-CRM114-Status: GOOD ( 18.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Heiko Stuebner , linux-kernel@vger.kernel.org, Rob Herring , Hans Verkuil , linux-rockchip@lists.infradead.org, Jacob Chen , Thomas Petazzoni , Mauro Carvalho Chehab , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Content-Type: multipart/mixed; boundary="===============0354029263760169605==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============0354029263760169605== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="S5HS5MvDw4DmbRmb" Content-Disposition: inline --S5HS5MvDw4DmbRmb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Ezequiel, On Thu 16 Apr 20, 09:22, Ezequiel Garcia wrote: > Hi Paul, >=20 > Thanks for the patch. >=20 > On Thu, 2020-04-16 at 13:50 +0200, Paul Kocialkowski wrote: > > Hi, > >=20 > > 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 handl= ed. >=20 > 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 >=20 > > Cheers, > >=20 > > Paul > >=20 > > 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 > >=20 > > .../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(-) > >=20 >=20 >=20 --=20 Paul Kocialkowski, Bootlin Embedded Linux and kernel engineering https://bootlin.com --S5HS5MvDw4DmbRmb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEJZpWjZeIetVBefti3cLmz3+fv9EFAl6YUcoACgkQ3cLmz3+f v9EMAQf8C+o9NTz5s1Go3gR6vgIrpWCEJZ018/7aZT+9I8EdjoBxSH0wE9Nl/Ir6 99oB3jHnwpjXEisECpuYP29hhXJl8O7wsuJGu21Jq9Nil/wMJRO2sbkkVuNDHNGi R6uiCiwoj71YvB5W3QR7wVf+2przwmkdGtg6+xjVa6mFVACIE91EAC3oJHrCAdjO WS+3EXhZ6kisMEMOhSKGVqe2X5xLitPfHm5N7owGiCYy210dxmciQhe1mqbagcBO QQCFM1DpzUdMz6JFE68azeMHq+InMno9rrlbNBqwJcm2oYIDZ8FlzTP/pitouaFs pFewZcsp2SqyCM+TzUdiBighDMz3sg== =6ymt -----END PGP SIGNATURE----- --S5HS5MvDw4DmbRmb-- --===============0354029263760169605== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============0354029263760169605==--