public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/4] HDMI optimization series
@ 2015-08-25 12:01 Sonika Jindal
  2015-08-25 12:01 ` [PATCH 1/4] drm/i915: add attached connector to hdmi container Sonika Jindal
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Sonika Jindal @ 2015-08-25 12:01 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"

v3:
   Added retrial for live_status.
   Relying on HPD fpr edid detection onlyfrom gen 8 onwards and VLV

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

Sonika Jindal (2):
  drm/i915: Check live status before reading edid
  drm/i915: Retry for live status

 drivers/gpu/drm/i915/intel_dp.c   |    4 +-
 drivers/gpu/drm/i915/intel_drv.h  |    3 +
 drivers/gpu/drm/i915/intel_hdmi.c |  130 +++++++++++++++++++++++++++++++++----
 3 files changed, 123 insertions(+), 14 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] 14+ messages in thread

end of thread, other threads:[~2015-09-02  8:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 12:01 [PATCH 0/4] HDMI optimization series Sonika Jindal
2015-08-25 12:01 ` [PATCH 1/4] drm/i915: add attached connector to hdmi container Sonika Jindal
2015-08-25 12:01 ` [PATCH 2/4] drm/i915: Add HDMI probe function Sonika Jindal
2015-08-25 12:01 ` [PATCH 3/4] drm/i915: Check live status before reading edid Sonika Jindal
2015-08-25 16:51   ` Jani Nikula
2015-08-26  4:36     ` Hindman, Gavin
2015-08-26  6:36       ` Jani Nikula
2015-08-25 12:01 ` [PATCH 4/4] drm/i915: Retry for live status Sonika Jindal
2015-08-26  9:39   ` Daniel Vetter
2015-08-26 10:05     ` Jindal, Sonika
2015-08-26 15:17       ` Daniel Vetter
2015-08-27  9:16         ` Sharma, Shashank
2015-09-02  8:46           ` Daniel Vetter
2015-08-29 11:10   ` shuang.he

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox