All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Revert "drm/i915: try to train DP even harder"
@ 2013-03-11 17:40 Takashi Iwai
  2013-03-17 21:59   ` Daniel Vetter
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2013-03-11 17:40 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Paulo Zanoni, intel-gfx, linux-kernel

This reverts commit 0d71068835e2610576d369d6d4cbf90e0f802a71.

Not only that the commit introduces a bogus check (voltage_tries == 5
will never meet at the inserted code path), it brings the i915 driver
into an endless dp-train loop on HP Z1 desktop machine with IVY+eDP.

At least reverting this commit recovers the framebuffer (but X is
still broken by other reasons...)

Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 drivers/gpu/drm/i915/intel_dp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index f61cb79..7d250aa 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -1929,7 +1929,7 @@ intel_dp_start_link_train(struct intel_dp *intel_dp)
 		for (i = 0; i < intel_dp->lane_count; i++)
 			if ((intel_dp->train_set[i] & DP_TRAIN_MAX_SWING_REACHED) == 0)
 				break;
-		if (i == intel_dp->lane_count && voltage_tries == 5) {
+		if (i == intel_dp->lane_count) {
 			++loop_tries;
 			if (loop_tries == 5) {
 				DRM_DEBUG_KMS("too many full retries, give up\n");
-- 
1.8.1.4


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

* Re: [PATCH] Revert "drm/i915: try to train DP even harder"
  2013-03-11 17:40 [PATCH] Revert "drm/i915: try to train DP even harder" Takashi Iwai
@ 2013-03-17 21:59   ` Daniel Vetter
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Vetter @ 2013-03-17 21:59 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Daniel Vetter, Paulo Zanoni, intel-gfx, linux-kernel

On Mon, Mar 11, 2013 at 06:40:16PM +0100, Takashi Iwai wrote:
> This reverts commit 0d71068835e2610576d369d6d4cbf90e0f802a71.
> 
> Not only that the commit introduces a bogus check (voltage_tries == 5
> will never meet at the inserted code path), it brings the i915 driver
> into an endless dp-train loop on HP Z1 desktop machine with IVY+eDP.
> 
> At least reverting this commit recovers the framebuffer (but X is
> still broken by other reasons...)
> 
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Picked up for -fixes, thanks for the patch. Adding Paulo since it's his
patch. To assign proper blame please cc: relevant people when sending out
reverts.

Thanks, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

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

* Re: [PATCH] Revert "drm/i915: try to train DP even harder"
@ 2013-03-17 21:59   ` Daniel Vetter
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Vetter @ 2013-03-17 21:59 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Daniel Vetter, intel-gfx, Paulo Zanoni, linux-kernel

On Mon, Mar 11, 2013 at 06:40:16PM +0100, Takashi Iwai wrote:
> This reverts commit 0d71068835e2610576d369d6d4cbf90e0f802a71.
> 
> Not only that the commit introduces a bogus check (voltage_tries == 5
> will never meet at the inserted code path), it brings the i915 driver
> into an endless dp-train loop on HP Z1 desktop machine with IVY+eDP.
> 
> At least reverting this commit recovers the framebuffer (but X is
> still broken by other reasons...)
> 
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Picked up for -fixes, thanks for the patch. Adding Paulo since it's his
patch. To assign proper blame please cc: relevant people when sending out
reverts.

Thanks, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

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

* Re: [PATCH] Revert "drm/i915: try to train DP even harder"
  2013-03-17 21:59   ` Daniel Vetter
@ 2013-03-18  9:10     ` Takashi Iwai
  -1 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2013-03-18  9:10 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Daniel Vetter, Paulo Zanoni, intel-gfx, linux-kernel

At Sun, 17 Mar 2013 22:59:22 +0100,
Daniel Vetter wrote:
> 
> On Mon, Mar 11, 2013 at 06:40:16PM +0100, Takashi Iwai wrote:
> > This reverts commit 0d71068835e2610576d369d6d4cbf90e0f802a71.
> > 
> > Not only that the commit introduces a bogus check (voltage_tries == 5
> > will never meet at the inserted code path), it brings the i915 driver
> > into an endless dp-train loop on HP Z1 desktop machine with IVY+eDP.
> > 
> > At least reverting this commit recovers the framebuffer (but X is
> > still broken by other reasons...)
> > 
> > Cc: <stable@vger.kernel.org>
> > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> Picked up for -fixes, thanks for the patch.

Thanks!

> Adding Paulo since it's his
> patch. To assign proper blame please cc: relevant people when sending out
> reverts.

Well, Paulo was on Cc in the first post, but I dropped in the next
patch series since I've got no reply since then.  (And intel-gfx was
on Cc, so he  could read it anyway...)


Takashi

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

* Re: [PATCH] Revert "drm/i915: try to train DP even harder"
@ 2013-03-18  9:10     ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2013-03-18  9:10 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Daniel Vetter, intel-gfx, Paulo Zanoni, linux-kernel

At Sun, 17 Mar 2013 22:59:22 +0100,
Daniel Vetter wrote:
> 
> On Mon, Mar 11, 2013 at 06:40:16PM +0100, Takashi Iwai wrote:
> > This reverts commit 0d71068835e2610576d369d6d4cbf90e0f802a71.
> > 
> > Not only that the commit introduces a bogus check (voltage_tries == 5
> > will never meet at the inserted code path), it brings the i915 driver
> > into an endless dp-train loop on HP Z1 desktop machine with IVY+eDP.
> > 
> > At least reverting this commit recovers the framebuffer (but X is
> > still broken by other reasons...)
> > 
> > Cc: <stable@vger.kernel.org>
> > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> Picked up for -fixes, thanks for the patch.

Thanks!

> Adding Paulo since it's his
> patch. To assign proper blame please cc: relevant people when sending out
> reverts.

Well, Paulo was on Cc in the first post, but I dropped in the next
patch series since I've got no reply since then.  (And intel-gfx was
on Cc, so he  could read it anyway...)


Takashi

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

end of thread, other threads:[~2013-03-18  9:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-11 17:40 [PATCH] Revert "drm/i915: try to train DP even harder" Takashi Iwai
2013-03-17 21:59 ` Daniel Vetter
2013-03-17 21:59   ` Daniel Vetter
2013-03-18  9:10   ` Takashi Iwai
2013-03-18  9:10     ` Takashi Iwai

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.