Received: by 10.192.165.156 with SMTP id m28csp494075imm; Thu, 19 Apr 2018 02:37:04 -0700 (PDT) X-Google-Smtp-Source: AIpwx48MWOjq2JssWGX67hmfIgeppI6Uv704lnMR0SlbkGZlkwuabYxR5DyalIFRW0KXcQeAH6Nx X-Received: by 10.167.134.25 with SMTP id p25mr5129933pfn.93.1524130624699; Thu, 19 Apr 2018 02:37:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524130624; cv=none; d=google.com; s=arc-20160816; b=b7TkR6qgPu5rxnyQGQD6hG+vPx1V0nbo2Qdr7iDg6oYgGV9BLy+lexx0u1Eoq2AK7a q5a6fR9QBiTSpmXBq9ivm9/vjV0KHsMeXJRM8qp+ntFsV49UyP/+bEaIL9Y/SAHW31q6 7EOu1v1WyXqkJrp5a8fk3tY5OvSULIQ6ILoJ8OxsR5mCQZKv3GhOI932voy7NEq/VHIU 8sQlzLwDz7MR3xwRywjoC5OeLs7Zjcg43cYSwlT6rj7elGzJVYUF9MnDnV6HqGEUSDXQ d+pPOveQ8qQr5sBjz4WKmvA1o1/kuiON3KMtng5BVnvsn0PizGSoGnjR/6/3AScX/PQx zH1A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=m5lgYpeki2hueIsfdzJnklQJq/xyU/diFKFhIlPv4zA=; b=SqurrQvaxWzYzmJJoTJJTJTQ4PPePQcvcuhX2dgxovyNp1l0ekJsOVuO6w9+vxlieC ng7CpVQYSYsXADBqUGTYphsi/3SDaQLHran/JZ6e8DCyZpPBsKOR5ZW18m1ypfrWbatB 9x0bfE6V+g2rJI3oeY6cS3EJU8jP5cWX7CbSCHnLXhf6S/tPR5zL5KL2OVJN7YhRP38I P1pir1JBQWSaAqHNig9/IQHKPj5k1L+c1iWxhoLF3wc0EECHqX2zP+ir8sTXe6U3Xp6R 5UQOI8dzSdO+7JJ5TnbJxcyEBgAgyr6wsl05CCFvZVvselCc5GSl8srNbp/T2yANiFoa ro1w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p6si2882650pfg.329.2018.04.19.02.36.50; Thu, 19 Apr 2018 02:37:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752590AbeDSJbl (ORCPT + 99 others); Thu, 19 Apr 2018 05:31:41 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:53169 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750990AbeDSJbg (ORCPT ); Thu, 19 Apr 2018 05:31:36 -0400 X-Originating-IP: 2.224.242.101 Received: from w540.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 196326000C; Thu, 19 Apr 2018 11:31:32 +0200 (CEST) From: Jacopo Mondi To: architt@codeaurora.org, a.hajda@samsung.com, Laurent.pinchart@ideasonboard.com, airlied@linux.ie Cc: Jacopo Mondi , daniel@ffwll.ch, peda@axentia.se, linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH 5/8] media: Add LE version of RGB LVDS formats Date: Thu, 19 Apr 2018 11:31:06 +0200 Message-Id: <1524130269-32688-6-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1524130269-32688-1-git-send-email-jacopo+renesas@jmondi.org> References: <1524130269-32688-1-git-send-email-jacopo+renesas@jmondi.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some LVDS controller can output swapped versions of LVDS RGB formats. Define and document them in the list of supported media bus formats Signed-off-by: Jacopo Mondi --- Documentation/media/uapi/v4l/subdev-formats.rst | 174 ++++++++++++++++++++++++ include/uapi/linux/media-bus-format.h | 5 +- 2 files changed, 178 insertions(+), 1 deletion(-) diff --git a/Documentation/media/uapi/v4l/subdev-formats.rst b/Documentation/media/uapi/v4l/subdev-formats.rst index 9fcabe7..9a5263c 100644 --- a/Documentation/media/uapi/v4l/subdev-formats.rst +++ b/Documentation/media/uapi/v4l/subdev-formats.rst @@ -1669,6 +1669,64 @@ JEIDA defined bit mapping will be named - b\ :sub:`2` - g\ :sub:`1` - r\ :sub:`0` + * .. _MEDIA-BUS-FMT-RGB666-1X7X3-SPWG_LE: + + - MEDIA_BUS_FMT_RGB666_1X7X3_SPWG_LE + - 0x101b + - 0 + - + - + - b\ :sub:`2` + - g\ :sub:`1` + - r\ :sub:`0` + * - + - + - 1 + - + - + - b\ :sub:`3` + - g\ :sub:`2` + - r\ :sub:`1` + * - + - + - 2 + - + - + - b\ :sub:`4` + - g\ :sub:`3` + - r\ :sub:`2` + * - + - + - 3 + - + - + - b\ :sub:`5` + - g\ :sub:`4` + - r\ :sub:`3` + * - + - + - 4 + - + - + - d + - g\ :sub:`5` + - r\ :sub:`4` + * - + - + - 5 + - + - + - d + - b\ :sub:`0` + - r\ :sub:`5` + * - + - + - 6 + - + - + - d + - b\ :sub:`1` + - g\ :sub:`0` * .. _MEDIA-BUS-FMT-RGB888-1X7X4-SPWG: - MEDIA_BUS_FMT_RGB888_1X7X4_SPWG @@ -1727,6 +1785,64 @@ JEIDA defined bit mapping will be named - b\ :sub:`2` - g\ :sub:`1` - r\ :sub:`0` + * .. _MEDIA-BUS-FMT-RGB888-1X7X4-SPWG_LE: + + - MEDIA_BUS_FMT_RGB888_1X7X4_SPWG_LE + - 0x101c + - 0 + - + - r\ :sub:`6` + - b\ :sub:`2` + - g\ :sub:`1` + - r\ :sub:`0` + * - + - + - 1 + - + - r\ :sub:`7` + - b\ :sub:`3` + - g\ :sub:`2` + - r\ :sub:`1` + * - + - + - 2 + - + - g\ :sub:`6` + - b\ :sub:`4` + - g\ :sub:`3` + - r\ :sub:`2` + * - + - + - 3 + - + - g\ :sub:`7` + - b\ :sub:`5` + - g\ :sub:`4` + - r\ :sub:`3` + * - + - + - 4 + - + - b\ :sub:`6` + - d + - g\ :sub:`5` + - r\ :sub:`4` + * - + - + - 5 + - + - b\ :sub:`7` + - d + - b\ :sub:`0` + - r\ :sub:`5` + * - + - + - 6 + - + - d + - d + - b\ :sub:`1` + - g\ :sub:`0` * .. _MEDIA-BUS-FMT-RGB888-1X7X4-JEIDA: - MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA @@ -1785,6 +1901,64 @@ JEIDA defined bit mapping will be named - b\ :sub:`4` - g\ :sub:`3` - r\ :sub:`2` + * .. _MEDIA-BUS-FMT-RGB888-1X7X4-JEIDA_LE: + + - MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA_LE + - 0x101d + - 0 + - + - r\ :sub:`0` + - b\ :sub:`4` + - g\ :sub:`3` + - r\ :sub:`2` + * - + - + - 1 + - + - r\ :sub:`1` + - b\ :sub:`5` + - g\ :sub:`4` + - r\ :sub:`3` + * - + - + - 2 + - + - g\ :sub:`0` + - b\ :sub:`6` + - g\ :sub:`5` + - r\ :sub:`4` + * - + - + - 3 + - + - g\ :sub:`1` + - b\ :sub:`7` + - g\ :sub:`6` + - r\ :sub:`5` + * - + - + - 4 + - + - b\ :sub:`0` + - d + - g\ :sub:`7` + - r\ :sub:`6` + * - + - + - 5 + - + - b\ :sub:`1` + - d + - b\ :sub:`2` + - r\ :sub:`7` + * - + - + - 6 + - + - d + - d + - b\ :sub:`3` + - g\ :sub:`2` .. raw:: latex diff --git a/include/uapi/linux/media-bus-format.h b/include/uapi/linux/media-bus-format.h index 9e35117..5bea7c0 100644 --- a/include/uapi/linux/media-bus-format.h +++ b/include/uapi/linux/media-bus-format.h @@ -34,7 +34,7 @@ #define MEDIA_BUS_FMT_FIXED 0x0001 -/* RGB - next is 0x101b */ +/* RGB - next is 0x101f */ #define MEDIA_BUS_FMT_RGB444_1X12 0x1016 #define MEDIA_BUS_FMT_RGB444_2X8_PADHI_BE 0x1001 #define MEDIA_BUS_FMT_RGB444_2X8_PADHI_LE 0x1002 @@ -49,13 +49,16 @@ #define MEDIA_BUS_FMT_RBG888_1X24 0x100e #define MEDIA_BUS_FMT_RGB666_1X24_CPADHI 0x1015 #define MEDIA_BUS_FMT_RGB666_1X7X3_SPWG 0x1010 +#define MEDIA_BUS_FMT_RGB666_1X7X3_SPWG_LE 0x101b #define MEDIA_BUS_FMT_BGR888_1X24 0x1013 #define MEDIA_BUS_FMT_GBR888_1X24 0x1014 #define MEDIA_BUS_FMT_RGB888_1X24 0x100a #define MEDIA_BUS_FMT_RGB888_2X12_BE 0x100b #define MEDIA_BUS_FMT_RGB888_2X12_LE 0x100c #define MEDIA_BUS_FMT_RGB888_1X7X4_SPWG 0x1011 +#define MEDIA_BUS_FMT_RGB888_1X7X4_SPWG_LE 0x101c #define MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA 0x1012 +#define MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA_LE 0x101d #define MEDIA_BUS_FMT_ARGB8888_1X32 0x100d #define MEDIA_BUS_FMT_RGB888_1X32_PADHI 0x100f #define MEDIA_BUS_FMT_RGB101010_1X30 0x1018 -- 2.7.4