Hi, This series enabled generic MIPI panel driver support, the ground for which has been built up from the patches - http://lists.freedesktop.org/archives/intel-gfx/2014-February/040764.html http://lists.freedesktop.org/archives/intel-gfx/2014-April/043646.html With a version of these patches Asus T100A was found to be working by Arjan who has a device. I do not have the device to test directly. Will be getting one and verifying on that. But ideally should work. I have verified these patches on couple of internal panels. Also some minor changes in intel_dsi.c to support the generic panel driver are done. Regards Shobhit Shobhit Kumar (4): drm/i915: Correct MIPI operation mode as per expected values from VBT drm/i915: MIPI init count programming as generic parameter drm/i915: MIPI PPS delays added drm/i915: Add support for Generic MIPI panel driver drivers/gpu/drm/i915/Makefile | 1 + drivers/gpu/drm/i915/dsi_mod_vbt_generic.c | 598 +++++++++++++++++++++++++++++ drivers/gpu/drm/i915/intel_drv.h | 4 +- drivers/gpu/drm/i915/intel_dsi.c | 17 +- drivers/gpu/drm/i915/intel_dsi.h | 15 +- 5 files changed, 630 insertions(+), 5 deletions(-) create mode 100644 drivers/gpu/drm/i915/dsi_mod_vbt_generic.c -- 1.8.3.2 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx