Hi, This adds support for command mode DSI panels to omapdrm. I tested the patches on Nokia N950 (omap3) and Motorola Droid 4 (omap4). This is basically PATCHv3 of my series adding N950 display support, but I started from scratch without reverting the removal of manual display update support. Tested: * Framebuffer Console * Display blanking * kmstest * Xorg with omap and modesetting driver * No updates send when nothing needs to be sent Known issues: * Proper display rotation support * N950 (and N9) has first and last few lines covered by plastic, so we should expose a smaller screen I plan to look into these issues once basic support has been merged. -- Sebastian Sebastian Reichel (13): drm/omap: remove unused function defines drm/omap: drop incorrect comment drm/omap: plane: update fifo size on ovl setup drm/omap: add framedone interrupt support drm/omap: add manual update detection helper drm/omap: add support for manually updated displays drm/omap: add support for physical size hints from display drivers drm/omap: panel-dsi-cm: add regulator support drm/omap: panel-dsi-cm: add physical size support drm/omap: panel-dsi-cm: add external backlight support drm/omap: panel-dsi-cm: switch to gpiod ARM: dts: omap4-droid4: improve LCD description ARM: dts: n950: add display support Tony Lindgren (1): drm/omap: panel-dsi-cm: fix driver arch/arm/boot/dts/omap3-n950.dts | 88 ++++++++ arch/arm/boot/dts/omap4-droid4-xt894.dts | 6 +- drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 289 +++++++++++++++++------- drivers/gpu/drm/omapdrm/dss/dispc.c | 16 ++ drivers/gpu/drm/omapdrm/dss/omapdss.h | 5 +- drivers/gpu/drm/omapdrm/omap_connector.c | 14 ++ drivers/gpu/drm/omapdrm/omap_crtc.c | 158 ++++++++++++- drivers/gpu/drm/omapdrm/omap_drv.h | 4 + drivers/gpu/drm/omapdrm/omap_fb.c | 20 ++ drivers/gpu/drm/omapdrm/omap_fbdev.c | 3 - drivers/gpu/drm/omapdrm/omap_irq.c | 24 ++ 11 files changed, 529 insertions(+), 98 deletions(-) -- 2.13.2 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html