public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Live status detection fixes
@ 2016-08-17  8:02 David Weinehall
  2016-08-17  8:02 ` [PATCH 1/2] drm/i915: Skip live status if not supported David Weinehall
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: David Weinehall @ 2016-08-17  8:02 UTC (permalink / raw)
  To: intel-gfx

With the introduction of the extended timeouts for live status
detection to accomodate for displays that does not immediately
answer to live status requests, we also introduced rather large
overhead whenever we run intel_hdmi_detect() -- the overhead
is multiplied by the number of HDMI-ports.

The first patch here skips the live status check completely for
platforms where the results are unreliable (without the patch
we'd do the check, then ignore the result). The second patch
removes the extended timeouts by default, but offers options
to either use the extended timeouts, or completely disable
live status check.

David Weinehall (2):
  drm/i915: Skip live status if not supported
  drm/i915: add module param for live_status

 drivers/gpu/drm/i915/i915_params.c |  8 ++++++++
 drivers/gpu/drm/i915/i915_params.h |  1 +
 drivers/gpu/drm/i915/intel_hdmi.c  | 36 ++++++++++++++++++++++++++----------
 3 files changed, 35 insertions(+), 10 deletions(-)

-- 
2.8.1

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

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

end of thread, other threads:[~2016-08-18  9:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17  8:02 [PATCH 0/2] Live status detection fixes David Weinehall
2016-08-17  8:02 ` [PATCH 1/2] drm/i915: Skip live status if not supported David Weinehall
2016-08-17  8:02 ` [PATCH 2/2] drm/i915: add module param for live_status David Weinehall
2016-08-17  8:08   ` Chris Wilson
2016-08-17  9:25     ` David Weinehall
2016-08-17  9:35       ` Chris Wilson
2016-08-18  9:56         ` Daniel Vetter
2016-08-17  8:35 ` ✗ Ro.CI.BAT: failure for Live status detection fixes Patchwork

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