All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 v2] Support Geekworm MZP280 Panel for Raspberry Pi
@ 2022-01-24 16:55 ` Chris Morgan
  0 siblings, 0 replies; 18+ messages in thread
From: Chris Morgan @ 2022-01-24 16:55 UTC (permalink / raw)
  To: dri-devel
  Cc: devicetree, thierry.reding, sam, airlied, daniel, robh+dt,
	mchehab, emma, mripard, linux-media, Chris Morgan

From: Chris Morgan <macromorgan@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.

Changes since V1:

 - Added documentation for vendor string.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>

Chris Morgan (6):
  dt-bindings: vendor-prefixes: Add Geekworm
  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 +
 .../devicetree/bindings/vendor-prefixes.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 +-
 6 files changed, 76 insertions(+), 1 deletion(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-02-08  1:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 16:55 [PATCH 0/6 v2] Support Geekworm MZP280 Panel for Raspberry Pi Chris Morgan
2022-01-24 16:55 ` Chris Morgan
2022-01-24 16:55 ` [PATCH 1/6 v2] dt-bindings: vendor-prefixes: Add Geekworm Chris Morgan
2022-01-24 16:55   ` Chris Morgan
2022-02-07 22:58   ` Rob Herring
2022-02-07 22:58     ` Rob Herring
2022-01-24 16:55 ` [PATCH 2/6 v2] media: uapi: Document format MEDIA_BUS_FMT_RGB565_1X24_CPADHI Chris Morgan
2022-01-24 16:55   ` Chris Morgan
2022-01-24 16:55 ` [PATCH 3/6 v2] media: uapi: add MEDIA_BUS_FMT_RGB565_1X24_CPADHI Chris Morgan
2022-01-24 16:55   ` Chris Morgan
2022-01-24 16:55 ` [PATCH 4/6 v2] dt-bindings: display: simple: add Geekworm MZP280 Panel Chris Morgan
2022-01-24 16:55   ` Chris Morgan
2022-02-07 22:58   ` Rob Herring
2022-02-07 22:58     ` Rob Herring
2022-01-24 16:55 ` [PATCH 5/6 v2] drm/panel: " Chris Morgan
2022-01-24 16:55   ` Chris Morgan
2022-01-24 16:55 ` [PATCH 6/6 v2] drm/vc4: dpi: Support DPI interface in mode3 for RGB565 Chris Morgan
2022-01-24 16:55   ` Chris Morgan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.