From patchwork Mon Oct 14 00:16:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 11187623 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2924717EE for ; Mon, 14 Oct 2019 00:16:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 12AA62084D for ; Mon, 14 Oct 2019 00:16:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729296AbfJNAQ0 (ORCPT ); Sun, 13 Oct 2019 20:16:26 -0400 Received: from vsp-unauthed02.binero.net ([195.74.38.227]:42273 "EHLO vsp-unauthed02.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728848AbfJNAQ0 (ORCPT ); Sun, 13 Oct 2019 20:16:26 -0400 X-Halon-ID: ab2a3763-ee17-11e9-837a-0050569116f7 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (unknown [84.172.88.101]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id ab2a3763-ee17-11e9-837a-0050569116f7; Mon, 14 Oct 2019 02:15:07 +0200 (CEST) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: Laurent Pinchart , linux-media@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, =?utf-8?q?Niklas_S=C3=B6derlund?= Subject: [PATCH v2 0/2] rcar-vin: Add support for outputting NV12 Date: Mon, 14 Oct 2019 02:16:13 +0200 Message-Id: <20191014001615.2865301-1-niklas.soderlund+renesas@ragnatech.se> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi, This series adds support for storing captures in NV12 pixel format on most Gen3 SoCs. It is based on top of latest media-tree and tested on Gen2 and Gen3 with out any regressions. Patch 1/2 prepares for the admonition of NV12 support by defining which Gen3 SoCs supports the output format. While patch 2/2 is the real change adding the format and register writes to deliver NV12. Niklas Söderlund (2): rcar-vin: Define which hardware supports NV12 rcar-vin: Add support for outputting NV12 drivers/media/platform/rcar-vin/rcar-core.c | 6 ++++ drivers/media/platform/rcar-vin/rcar-dma.c | 5 ++- drivers/media/platform/rcar-vin/rcar-v4l2.c | 39 +++++++++++++++++---- drivers/media/platform/rcar-vin/rcar-vin.h | 2 ++ 4 files changed, 45 insertions(+), 7 deletions(-)