* IVB-eDP regression with on latest git
@ 2012-10-14 7:18 Oleksij Rempel
2012-10-14 8:55 ` Daniel Vetter
0 siblings, 1 reply; 5+ messages in thread
From: Oleksij Rempel @ 2012-10-14 7:18 UTC (permalink / raw)
To: Intel Graphics Development
With latest kernel (vanilla/master, or intel.drm-next) i do not have
image on build in screen (eDP). Hardware Asus Zenbook UX32A. Vendor:
0x8086, Device: 0x0166, Revision: 0x09 (??)
Is it know issue?
Probably some of eDP fixes.
--
Regards,
Oleksij
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: IVB-eDP regression with on latest git
2012-10-14 7:18 IVB-eDP regression with on latest git Oleksij Rempel
@ 2012-10-14 8:55 ` Daniel Vetter
2012-10-14 12:49 ` Oleksij Rempel
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Vetter @ 2012-10-14 8:55 UTC (permalink / raw)
To: Oleksij Rempel; +Cc: Intel Graphics Development
On Sun, Oct 14, 2012 at 9:18 AM, Oleksij Rempel
<bug-track@fisher-privat.net> wrote:
> With latest kernel (vanilla/master, or intel.drm-next) i do not have image
> on build in screen (eDP). Hardware Asus Zenbook UX32A. Vendor: 0x8086,
> Device: 0x0166, Revision: 0x09 (??)
> Is it know issue?
Nope, this is a new one. Can you grab the dmesg with drm.debug=0xe of
the broken kernel please? Also, a bisect usually helps a lot, too.
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: IVB-eDP regression with on latest git
2012-10-14 8:55 ` Daniel Vetter
@ 2012-10-14 12:49 ` Oleksij Rempel
2012-10-15 19:07 ` Oleksij Rempel
0 siblings, 1 reply; 5+ messages in thread
From: Oleksij Rempel @ 2012-10-14 12:49 UTC (permalink / raw)
To: Daniel Vetter; +Cc: Intel Graphics Development
Am 14.10.2012 10:55, schrieb Daniel Vetter:
> On Sun, Oct 14, 2012 at 9:18 AM, Oleksij Rempel
> <bug-track@fisher-privat.net> wrote:
>> With latest kernel (vanilla/master, or intel.drm-next) i do not have image
>> on build in screen (eDP). Hardware Asus Zenbook UX32A. Vendor: 0x8086,
>> Device: 0x0166, Revision: 0x09 (??)
>> Is it know issue?
>
> Nope, this is a new one. Can you grab the dmesg with drm.debug=0xe of
> the broken kernel please? Also, a bisect usually helps a lot, too.
>
> Thanks, Daniel
>
I can't access this laptop with broken kernel.
The patch caused this regression is:
commit 2477367083b3eaa97f87993ab26627a02f350551
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date: Wed Sep 26 16:48:30 2012 +0100
drm/i915: Try harder to complete DP training pattern 1
In commit cdb0e95bf571dccc1f75fef9bdad21b167ef0b37
Author: Keith Packard <keithp@keithp.com>
Date: Tue Nov 1 20:00:06 2011 -0700
drm/i915: Try harder during dp pattern 1 link training
extra passes were made to retry the same voltage and then retry a full
clock reset. However, as coverity pointed out, we never tried the full
clock reset as we broke out of the loop early.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Reverting it makes laptop work again.
--
Regards,
Oleksij
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: IVB-eDP regression with on latest git
2012-10-14 12:49 ` Oleksij Rempel
@ 2012-10-15 19:07 ` Oleksij Rempel
2012-10-16 8:03 ` Daniel Vetter
0 siblings, 1 reply; 5+ messages in thread
From: Oleksij Rempel @ 2012-10-15 19:07 UTC (permalink / raw)
To: Daniel Vetter; +Cc: Intel Graphics Development
I'll repost it, looks like last message got lost.
Am 14.10.2012 14:49, schrieb Oleksij Rempel:
> Am 14.10.2012 10:55, schrieb Daniel Vetter:
>> On Sun, Oct 14, 2012 at 9:18 AM, Oleksij Rempel
>> <bug-track@fisher-privat.net> wrote:
>>> With latest kernel (vanilla/master, or intel.drm-next) i do not have
>>> image
>>> on build in screen (eDP). Hardware Asus Zenbook UX32A. Vendor: 0x8086,
>>> Device: 0x0166, Revision: 0x09 (??)
>>> Is it know issue?
>>
>> Nope, this is a new one. Can you grab the dmesg with drm.debug=0xe of
>> the broken kernel please? Also, a bisect usually helps a lot, too.
>>
>> Thanks, Daniel
>>
>
>
> I can't access this laptop with broken kernel.
>
> The patch caused this regression is:
> commit 2477367083b3eaa97f87993ab26627a02f350551
> Author: Chris Wilson <chris@chris-wilson.co.uk>
> Date: Wed Sep 26 16:48:30 2012 +0100
>
> drm/i915: Try harder to complete DP training pattern 1
>
> In commit cdb0e95bf571dccc1f75fef9bdad21b167ef0b37
> Author: Keith Packard <keithp@keithp.com>
> Date: Tue Nov 1 20:00:06 2011 -0700
>
> drm/i915: Try harder during dp pattern 1 link training
>
> extra passes were made to retry the same voltage and then retry a full
> clock reset. However, as coverity pointed out, we never tried the full
> clock reset as we broke out of the loop early.
>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
>
>
> Reverting it makes laptop work again.
>
--
Regards,
Oleksij
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: IVB-eDP regression with on latest git
2012-10-15 19:07 ` Oleksij Rempel
@ 2012-10-16 8:03 ` Daniel Vetter
0 siblings, 0 replies; 5+ messages in thread
From: Daniel Vetter @ 2012-10-16 8:03 UTC (permalink / raw)
To: Oleksij Rempel; +Cc: Intel Graphics Development
On Mon, Oct 15, 2012 at 09:07:33PM +0200, Oleksij Rempel wrote:
> I'll repost it, looks like last message got lost.
>
> Am 14.10.2012 14:49, schrieb Oleksij Rempel:
> >Am 14.10.2012 10:55, schrieb Daniel Vetter:
> >>On Sun, Oct 14, 2012 at 9:18 AM, Oleksij Rempel
> >><bug-track@fisher-privat.net> wrote:
> >>>With latest kernel (vanilla/master, or intel.drm-next) i do not have
> >>>image
> >>>on build in screen (eDP). Hardware Asus Zenbook UX32A. Vendor: 0x8086,
> >>>Device: 0x0166, Revision: 0x09 (??)
> >>>Is it know issue?
> >>
> >>Nope, this is a new one. Can you grab the dmesg with drm.debug=0xe of
> >>the broken kernel please? Also, a bisect usually helps a lot, too.
> >>
> >>Thanks, Daniel
> >>
> >
> >
> >I can't access this laptop with broken kernel.
> >
> >The patch caused this regression is:
> >commit 2477367083b3eaa97f87993ab26627a02f350551
> >Author: Chris Wilson <chris@chris-wilson.co.uk>
> >Date: Wed Sep 26 16:48:30 2012 +0100
> >
> > drm/i915: Try harder to complete DP training pattern 1
> >
> > In commit cdb0e95bf571dccc1f75fef9bdad21b167ef0b37
> > Author: Keith Packard <keithp@keithp.com>
> > Date: Tue Nov 1 20:00:06 2011 -0700
> >
> > drm/i915: Try harder during dp pattern 1 link training
> >
> > extra passes were made to retry the same voltage and then retry a full
> > clock reset. However, as coverity pointed out, we never tried the full
> > clock reset as we broke out of the loop early.
> >
> > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> > Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
> >
> >
> >Reverting it makes laptop work again.
Ok, I've reverted this in -fixes, we need to think a bit more about our dp
link training for -next. Thanks a lot for reporting and bisecting this
regression.
Yours, 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
end of thread, other threads:[~2012-10-16 8:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-14 7:18 IVB-eDP regression with on latest git Oleksij Rempel
2012-10-14 8:55 ` Daniel Vetter
2012-10-14 12:49 ` Oleksij Rempel
2012-10-15 19:07 ` Oleksij Rempel
2012-10-16 8:03 ` Daniel Vetter
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.