stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/i915: tune down the fast link training vs boot fail
@ 2016-12-13 19:54 Daniel Vetter
  2016-12-13 19:56 ` Linus Torvalds
  2016-12-13 20:23 ` Ville Syrjälä
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Vetter @ 2016-12-13 19:54 UTC (permalink / raw)
  To: Intel Graphics Development
  Cc: Daniel Vetter, Linus Torvalds, stable, Ville Syrjälä,
	Daniel Vetter

It's been unfixed since a while and no one is immediately working on
this. And we have the FIXME already. And now also a task in the DP
team's backlog.

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: stable@vger.kernel.org
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
References: https://lists.freedesktop.org/archives/intel-gfx/2016-July/101951.html
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
Hi Linus,

Feel free to apply directly in case it annoys too much and you don't
want to wait for your presents ;-)

Cheers, Daniel
---
 drivers/gpu/drm/i915/intel_dp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index db75bb924e48..6e875d42642a 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -4014,8 +4014,8 @@ intel_dp_check_link_status(struct intel_dp *intel_dp)
 		return;
 
 	/* FIXME: we need to synchronize this sort of stuff with hardware
-	 * readout */
-	if (WARN_ON_ONCE(!intel_dp->lane_count))
+	 * readout. Currently fast link training doesn't work on boot-up. */
+	if (!intel_dp->lane_count)
 		return;
 
 	/* if link training is requested we should perform it always */
-- 
2.11.0


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

end of thread, other threads:[~2016-12-15  9:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-13 19:54 [PATCH] drm/i915: tune down the fast link training vs boot fail Daniel Vetter
2016-12-13 19:56 ` Linus Torvalds
2016-12-13 20:23 ` Ville Syrjälä
2016-12-13 22:37   ` Daniel Vetter
2016-12-14 14:56     ` [Intel-gfx] " Jani Nikula
2016-12-15  7:48       ` Daniel Vetter
2016-12-15  9:10         ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).