From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Kocialkowski Subject: [PATCH v2 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix Date: Thu, 23 Apr 2020 22:09:33 +0200 Message-ID: <20200423200937.1039257-1-paul.kocialkowski@bootlin.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Ezequiel Garcia , Mauro Carvalho Chehab , Rob Herring , Heiko Stuebner , Hans Verkuil , justin.swartz-4mSLLtuPuFdOJuVFMUvaKw@public.gmane.org, Johan Jonker , Thomas Petazzoni , Paul Kocialkowski List-Id: linux-rockchip.vger.kernel.org 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. Changes since v1: - Rebased on media tree master (changed dt binding to yaml); - Removed spurious line removal. 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 .../bindings/media/rockchip-rga.yaml | 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 | 3 +++ 4 files changed, 26 insertions(+), 7 deletions(-) -- 2.26.0