All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Generic MIPI Panel driver
@ 2014-04-14  5:48 Shobhit Kumar
  2014-04-14  5:48 ` [PATCH 1/4] drm/i915: Correct MIPI operation mode as per expected values from VBT Shobhit Kumar
                   ` (4 more replies)
  0 siblings, 5 replies; 30+ messages in thread
From: Shobhit Kumar @ 2014-04-14  5:48 UTC (permalink / raw)
  To: intel-gfx; +Cc: Jani Nikula, Daniel Vetter, arjan.van.de.ven

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

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

end of thread, other threads:[~2014-05-27 17:03 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-14  5:48 [PATCH 0/4] Generic MIPI Panel driver Shobhit Kumar
2014-04-14  5:48 ` [PATCH 1/4] drm/i915: Correct MIPI operation mode as per expected values from VBT Shobhit Kumar
2014-05-15 15:03   ` Damien Lespiau
2014-04-14  5:48 ` [PATCH 2/4] drm/i915: MIPI init count programming as generic parameter Shobhit Kumar
2014-05-15 15:04   ` Damien Lespiau
2014-04-14  5:48 ` [PATCH 3/4] drm/i915: MIPI PPS delays added Shobhit Kumar
2014-05-15 15:06   ` Damien Lespiau
2014-05-15 20:44     ` Daniel Vetter
2014-04-14  5:48 ` [PATCH 4/4] drm/i915: Add support for Generic MIPI panel driver Shobhit Kumar
2014-05-15 16:48   ` Damien Lespiau
2014-05-16  9:23     ` Shobhit Kumar
2014-05-16 11:17     ` Damien Lespiau
2014-05-19 14:23   ` Damien Lespiau
2014-05-20 16:16     ` Shobhit Kumar
2014-05-20 20:55       ` Damien Lespiau
2014-05-22  7:45         ` Kumar, Shobhit
2014-05-23 16:05   ` [v2] " Shobhit Kumar
2014-05-27 11:02     ` Damien Lespiau
2014-05-27 11:21       ` Kumar, Shobhit
2014-05-27 11:37         ` Daniel Vetter
2014-05-27 11:39         ` Daniel Vetter
2014-05-27 11:42           ` Kumar, Shobhit
2014-05-27 11:51             ` Daniel Vetter
2014-05-27 12:26               ` Damien Lespiau
2014-05-27 13:53               ` [PATCH] drm/i915: Fix checkpatch errors Shobhit Kumar
2014-05-27 14:19                 ` Damien Lespiau
2014-05-27 14:34                   ` Kumar, Shobhit
2014-05-27 14:39                     ` Damien Lespiau
2014-05-27 17:03                       ` Daniel Vetter
2014-04-28  4:16 ` [PATCH 0/4] Generic MIPI Panel driver Kumar, Shobhit

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.