From: "Zanoni, Paulo R" <paulo.r.zanoni@intel.com>
To: "dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"James.Bottomley@HansenPartnership.com"
<James.Bottomley@HansenPartnership.com>,
"intel-gfx@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: Skylake graphics regression: projector failure with 4.8-rc3
Date: Wed, 31 Aug 2016 21:51:34 +0000 [thread overview]
Message-ID: <1472680290.2387.219.camel@intel.com> (raw)
In-Reply-To: <1472679836.2316.65.camel@HansenPartnership.com>
Hi
Em Qua, 2016-08-31 às 14:43 -0700, James Bottomley escreveu:
> On Wed, 2016-08-31 at 11:23 -0700, James Bottomley wrote:
> >
> > On Fri, 2016-08-26 at 09:10 -0400, James Bottomley wrote:
> > >
> > > We seem to have an xrandr regression with skylake now. What's
> > > happening is that I can get output on to a projector, but the
> > > system is losing video when I change the xrandr sessions (like
> > > going from a --above b to a --same-as b). The main screen goes
> > > blank, which is basically a reboot situation. Unfortunately, I
> > > can't seem to get the logs out of systemd to see if there was a
> > > dump to dmesg (the system was definitely responding).
> > >
> > > I fell back to 4.6.2 which worked perfectly, so this is
> > > definitely
> > > some sort of regression. I'll be able to debug more fully when
> > > I
> > > get back home from the Linux Security Summit.
> >
> > I'm home now. Unfortunately, my monitor isn't as problematic as
> > the
> > projector, but by flipping between various modes and separating and
> > overlaying the panels with --above and --same-as (xrandr), I can
> > eventually get it to the point where the main LCD panel goes black
> > and can only be restarted by specifying a different mode.
> >
> > This seems to be associated with these lines in the X
> >
> > [ 14714.389] (EE) intel(0): failed to set mode: Invalid argument
> > [22]
> >
> > But the curious thing is that even if this fails with the error
> > message once, it may succeed a second time, so it looks to be a
> > transient error translation problem from the kernel driver.
> >
> > I've attached the full log below.
> >
> > This is only with a VGA output. I currently don't have a HDMI
> > dongle, but I'm in the process of acquiring one.
>
> After more playing around, I'm getting thousands of these in the
> kernel
> log (possibly millions: the log wraps very fast):
>
> [23504.873606] [drm:intel_dp_start_link_train [i915]] *ERROR* failed
> to train DP, aborting
>
> And then finally it gives up with
>
> [25023.770951] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
> *ERROR* CPU pipe B FIFO underrun
> [25561.926075] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
> *ERROR* CPU pipe A FIFO underrun
>
> And the crtc for the VGA output becomes non-responsive to any
> configuration command. This requires a reboot and sometimes a UEFI
> variable reset before it comes back.
Please see this discussion:
https://patchwork.freedesktop.org/patch/103237/
Do you have this patch on your tree? Does the problem go away if you
revert it?
Thanks,
Paulo
>
> James
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
WARNING: multiple messages have this Message-ID (diff)
From: "Zanoni, Paulo R" <paulo.r.zanoni@intel.com>
To: "dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"James.Bottomley@HansenPartnership.com"
<James.Bottomley@HansenPartnership.com>,
"intel-gfx@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [Intel-gfx] Skylake graphics regression: projector failure with 4.8-rc3
Date: Wed, 31 Aug 2016 21:51:34 +0000 [thread overview]
Message-ID: <1472680290.2387.219.camel@intel.com> (raw)
In-Reply-To: <1472679836.2316.65.camel@HansenPartnership.com>
Hi
Em Qua, 2016-08-31 às 14:43 -0700, James Bottomley escreveu:
> On Wed, 2016-08-31 at 11:23 -0700, James Bottomley wrote:
> >
> > On Fri, 2016-08-26 at 09:10 -0400, James Bottomley wrote:
> > >
> > > We seem to have an xrandr regression with skylake now. What's
> > > happening is that I can get output on to a projector, but the
> > > system is losing video when I change the xrandr sessions (like
> > > going from a --above b to a --same-as b). The main screen goes
> > > blank, which is basically a reboot situation. Unfortunately, I
> > > can't seem to get the logs out of systemd to see if there was a
> > > dump to dmesg (the system was definitely responding).
> > >
> > > I fell back to 4.6.2 which worked perfectly, so this is
> > > definitely
> > > some sort of regression. I'll be able to debug more fully when
> > > I
> > > get back home from the Linux Security Summit.
> >
> > I'm home now. Unfortunately, my monitor isn't as problematic as
> > the
> > projector, but by flipping between various modes and separating and
> > overlaying the panels with --above and --same-as (xrandr), I can
> > eventually get it to the point where the main LCD panel goes black
> > and can only be restarted by specifying a different mode.
> >
> > This seems to be associated with these lines in the X
> >
> > [ 14714.389] (EE) intel(0): failed to set mode: Invalid argument
> > [22]
> >
> > But the curious thing is that even if this fails with the error
> > message once, it may succeed a second time, so it looks to be a
> > transient error translation problem from the kernel driver.
> >
> > I've attached the full log below.
> >
> > This is only with a VGA output. I currently don't have a HDMI
> > dongle, but I'm in the process of acquiring one.
>
> After more playing around, I'm getting thousands of these in the
> kernel
> log (possibly millions: the log wraps very fast):
>
> [23504.873606] [drm:intel_dp_start_link_train [i915]] *ERROR* failed
> to train DP, aborting
>
> And then finally it gives up with
>
> [25023.770951] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
> *ERROR* CPU pipe B FIFO underrun
> [25561.926075] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
> *ERROR* CPU pipe A FIFO underrun
>
> And the crtc for the VGA output becomes non-responsive to any
> configuration command. This requires a reboot and sometimes a UEFI
> variable reset before it comes back.
Please see this discussion:
https://patchwork.freedesktop.org/patch/103237/
Do you have this patch on your tree? Does the problem go away if you
revert it?
Thanks,
Paulo
>
> James
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-08-31 21:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-26 13:10 Skylake graphics regression: projector failure with 4.8-rc3 James Bottomley
2016-08-26 13:10 ` James Bottomley
2016-08-26 13:11 ` James Bottomley
2016-08-31 18:23 ` James Bottomley
2016-08-31 18:23 ` James Bottomley
2016-08-31 21:43 ` James Bottomley
2016-08-31 21:43 ` James Bottomley
2016-08-31 21:51 ` Zanoni, Paulo R [this message]
2016-08-31 21:51 ` [Intel-gfx] " Zanoni, Paulo R
2016-08-31 22:25 ` James Bottomley
2016-08-31 22:25 ` James Bottomley
2016-09-18 11:35 ` Thorsten Leemhuis
2016-09-19 15:09 ` James Bottomley
2016-09-19 19:27 ` James Bottomley
2016-09-19 19:27 ` [Intel-gfx] " James Bottomley
2016-09-20 8:14 ` Jani Nikula
2016-09-20 8:14 ` Jani Nikula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1472680290.2387.219.camel@intel.com \
--to=paulo.r.zanoni@intel.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.