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@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel