All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] HDMI optimization series
@ 2015-07-14 11:51 Sonika Jindal
  2015-07-14 11:51 ` [PATCH 1/3] drm/i915: add attached connector to hdmi container Sonika Jindal
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Sonika Jindal @ 2015-07-14 11:51 UTC (permalink / raw)
  To: intel-gfx

This series adds some optimization related to reading of edid only when
required and when live status says so.
The comments in the patches explain more.

v2:
   Some refactoring is with this series.

   Also, right now this is done for platforms gen7 and above because we
   couldn't test with older platforms. For newer platforms it works
   reliably.

   For HPD and live status to work on SKL, following patch is required:
   "drm/i915: Handle HPD when it has actually occurred"

Shashank Sharma (2):
  drm/i915: add attached connector to hdmi container
  drm/i915: Add HDMI probe function

Sonika Jindal (1):
  drm/i915: Check live status before reading edid

 drivers/gpu/drm/i915/intel_dp.c   |    4 +-
 drivers/gpu/drm/i915/intel_drv.h  |    3 ++
 drivers/gpu/drm/i915/intel_hdmi.c |   93 +++++++++++++++++++++++++++++++++----
 3 files changed, 88 insertions(+), 12 deletions(-)

-- 
1.7.10.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2015-08-17  5:40 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-14 11:51 [PATCH 0/3] HDMI optimization series Sonika Jindal
2015-07-14 11:51 ` [PATCH 1/3] drm/i915: add attached connector to hdmi container Sonika Jindal
2015-07-14 11:51 ` [PATCH 2/3] drm/i915: Add HDMI probe function Sonika Jindal
2015-07-14 11:51 ` [PATCH 3/3] drm/i915: Check live status before reading edid Sonika Jindal
2015-07-14 14:29   ` Imre Deak
2015-07-15  3:55     ` Jindal, Sonika
2015-08-05 10:02       ` Imre Deak
2015-08-10  5:44   ` Sivakumar Thulasimani
2015-08-17  5:39     ` Jindal, Sonika
2015-08-07 13:23 ` [PATCH 0/3] HDMI optimization series Daniel Vetter
2015-08-10  4:50   ` Jindal, Sonika
2015-08-10  8:08     ` Daniel Vetter
2015-08-10  8:35       ` Jindal, Sonika
2015-08-11  9:41         ` Daniel Vetter
2015-08-11 11:03           ` Sharma, Shashank
2015-08-12 12:25             ` Daniel Vetter
2015-08-12 12:34               ` Sharma, Shashank
2015-08-12 12:40                 ` Daniel Vetter
2015-08-12 12:46                   ` Sharma, Shashank
2015-08-12 11:55           ` David Weinehall

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.