[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201101093150.8071-1-paul@crapouillou.net>
Date: Sun, 1 Nov 2020 09:31:46 +0000
From: Paul Cercueil <paul@...pouillou.net>
To: Thierry Reding <thierry.reding@...il.com>,
Sam Ravnborg <sam@...nborg.org>,
Rob Herring <robh+dt@...nel.org>
Cc: Christophe Branchereau <cbranchereau@...il.com>, od@...c.me,
dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Paul Cercueil <paul@...pouillou.net>
Subject: [PATCH 0/3] drm/panel: ABT Y030XX067A panel support
Hi,
This patchset is for adding support for the Asia Better Technology (aka.
ABT) Y030XX067A 3.0" 320x480 24-bit LCD IPS panel.
While being 320x480 it is actually 4:3 with non-square pixels, and
requires a specific bus format, as the pixel ordering changes each line
(RGB on odd lines, GRB on even lines).
Patch #1 adds the abt,* vendor prefix.
Patch #2 adds the abt,y030xx067a panel binding documentation.
Patch #3 adds the MEDIA_BUS_FMT_RGB888_3X8_DELTA media bus format.
Patch #4 adds the driver itself.
Cheers,
-Paul
Paul Cercueil (4):
dt-bindings: vendor-prefixes: Add abt vendor prefix
dt-bindings: display: Add ABT Y030XX067A panel bindings
media: uapi: Add MEDIA_BUS_FMT_RGB888_3X8_DELTA media bus format
drm/panel: Add ABT Y030XX067A 3.0" 320x480 panel
.../display/panel/abt,y030xx067a.yaml | 54 +++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
drivers/gpu/drm/panel/Kconfig | 9 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-abt-y030xx067a.c | 363 ++++++++++++++++++
include/uapi/linux/media-bus-format.h | 3 +-
6 files changed, 431 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/display/panel/abt,y030xx067a.yaml
create mode 100644 drivers/gpu/drm/panel/panel-abt-y030xx067a.c
--
2.28.0
Powered by blists - more mailing lists