devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] drm/panel: simple: add bus-format support for panel-dpi
@ 2022-05-16 16:28 Max Krummenacher
  2022-05-16 16:28 ` [PATCH v1 1/2] dt-bindings: display: add new bus-format property " Max Krummenacher
  0 siblings, 1 reply; 3+ messages in thread
From: Max Krummenacher @ 2022-05-16 16:28 UTC (permalink / raw)
  To: max.krummenacher
  Cc: Christoph Niedermaier, Laurent Pinchart, Marek Vasut,
	Francesco Dolcini, Maxime Ripard, Dave Stevenson, Daniel Vetter,
	David Airlie, Krzysztof Kozlowski, Rob Herring, Sam Ravnborg,
	Thierry Reding, devicetree, dri-devel, linux-kernel

From: Max Krummenacher <max.krummenacher@toradex.com>


Commit 4a1d0dbc8332 ("drm/panel: simple: add panel-dpi support") added
support for defining a panel from device tree provided data.

However support for setting the bus format is missing, so that with
the current implementation a 'panel-dpi' panel can only be used
if the driver of the display interface connected can cope with a
missing bus_format.

This patch series defines the new property bus-format and adds it to
the panel-dpi implementation.

Check initial discussions [1] and [2].
[1] https://lore.kernel.org/all/20220201110717.3585-1-cniedermaier@dh-electronics.com/
[2] https://lore.kernel.org/all/20220222084723.14310-1-max.krummenacher@toradex.com/



Max Krummenacher (2):
  dt-bindings: display: add new bus-format property for panel-dpi
  drm/panel: simple: add bus-format support for panel-dpi

 .../bindings/display/panel/panel-dpi.yaml     | 11 +++++
 drivers/gpu/drm/panel/panel-simple.c          | 43 +++++++++++++++++++
 .../dt-bindings/display/dt-media-bus-format.h | 23 ++++++++++
 3 files changed, 77 insertions(+)
 create mode 100644 include/dt-bindings/display/dt-media-bus-format.h

-- 
2.20.1


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

end of thread, other threads:[~2022-05-17 12:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-16 16:28 [PATCH v1 0/2] drm/panel: simple: add bus-format support for panel-dpi Max Krummenacher
2022-05-16 16:28 ` [PATCH v1 1/2] dt-bindings: display: add new bus-format property " Max Krummenacher
2022-05-17 12:40   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).