All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/panel: Add Raydium RM67191 driver
@ 2018-04-03 10:29 Robert Chiras
  2018-04-03 10:30 ` [PATCH 1/2] drm/panel: Add Raydium RM67191 DSI Panel Robert Chiras
  2018-04-03 10:30 ` [PATCH 2/2] drm/panel: rm67191: Add support for new bus formats Robert Chiras
  0 siblings, 2 replies; 10+ messages in thread
From: Robert Chiras @ 2018-04-03 10:29 UTC (permalink / raw)
  To: linux-imx, dri-devel

This patch-set add support for Raydium RM67191 FHD (1080x1920)
OLED panel driver.

The first patch is the initial version of the driver, while the second
patch adds support for all the actually supported pixel formats by the
panel.

Mirela Rabulea (1):
  drm/panel: rm67191: Add support for new bus formats

Robert Chiras (1):
  drm/panel: Add Raydium RM67191 DSI Panel

 .../bindings/display/panel/raydium,rm67191.txt     |  55 ++
 drivers/gpu/drm/panel/Kconfig                      |   9 +
 drivers/gpu/drm/panel/Makefile                     |   1 +
 drivers/gpu/drm/panel/panel-raydium-rm67191.c      | 668 +++++++++++++++++++++
 4 files changed, 733 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/raydium,rm67191.txt
 create mode 100644 drivers/gpu/drm/panel/panel-raydium-rm67191.c

-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-05-03 14:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-03 10:29 [PATCH 0/2] drm/panel: Add Raydium RM67191 driver Robert Chiras
2018-04-03 10:30 ` [PATCH 1/2] drm/panel: Add Raydium RM67191 DSI Panel Robert Chiras
2018-04-26 14:54   ` Thierry Reding
2018-04-27 10:37     ` Robert Chiras
2018-04-27 11:08       ` Thierry Reding
2018-05-03 14:38         ` Robert Chiras
2018-04-03 10:30 ` [PATCH 2/2] drm/panel: rm67191: Add support for new bus formats Robert Chiras
2018-04-26 14:56   ` Thierry Reding
2018-04-27 10:38     ` Robert Chiras
2018-04-27 11:10       ` Thierry Reding

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.