[PATCH 0/5] Support Geekworm MZP280 Panel for Raspberry Pi
Chris Morgan
macroalpha82 at gmail.com
Mon Jan 3 17:41:01 UTC 2022
From: Chris Morgan <macromorgan at hotmail.com>
This patch series is to add support for the MZP280 panel for the
Raspberry Pi. This panel requires adding support for Mode 3 of the
Raspberry Pi DPI connector, which necessitates a new media bus format.
This patch series has been tested on my Raspberry Pi 4 with version 1
of the panel in question.
Signed-off-by: Chris Morgan <macromorgan at hotmail.com>
Chris Morgan (5):
media: uapi: Document format MEDIA_BUS_FMT_RGB565_1X24_CPADHI
media: uapi: add MEDIA_BUS_FMT_RGB565_1X24_CPADHI
dt-bindings: display: simple: add Geekworm MZP280 Panel
drm/panel: simple: add Geekworm MZP280 Panel
drm/vc4: dpi: Support DPI interface in mode3 for RGB565
.../bindings/display/panel/panel-simple.yaml | 2 +
.../media/v4l/subdev-formats.rst | 37 +++++++++++++++++++
drivers/gpu/drm/panel/panel-simple.c | 29 +++++++++++++++
drivers/gpu/drm/vc4/vc4_dpi.c | 4 ++
include/uapi/linux/media-bus-format.h | 3 +-
5 files changed, 74 insertions(+), 1 deletion(-)
--
2.25.1
More information about the dri-devel
mailing list