From: Daniel Vetter <daniel@ffwll.ch>
To: Chris Wilson <chris@chris-wilson.co.uk>,
Daniel Vetter <daniel@ffwll.ch>, Imre Deak <imre.deak@intel.com>,
intel-gfx <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH 2/2] drm/i915: don't disable DP port after a failed link training
Date: Thu, 16 Jan 2014 22:27:37 +0100 [thread overview]
Message-ID: <20140116212737.GD4770@phenom.ffwll.local> (raw)
In-Reply-To: <20140116203938.GB4864@nuc-i3427.alporthouse.com>
On Thu, Jan 16, 2014 at 08:39:38PM +0000, Chris Wilson wrote:
> On Thu, Jan 16, 2014 at 06:01:28PM +0100, Daniel Vetter wrote:
> > On Thu, Jan 16, 2014 at 5:58 PM, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> > > On Thu, Jan 16, 2014 at 06:35:58PM +0200, Imre Deak wrote:
> > >> The driver shouldn't disable the DP port itself, but let userspace do it
> > >> through a modeset. See the previous patch for the reasoning.
> > >
> > > Eh, this occurs not just during link detection, but also during
> > > intel_enable_dp, so this comment does not hold. The biggest
> > > issue of this function is that it can fail but never propagates
> > > that failure, which itself breaks the users and API expectations,
> > > as neither the driver or userspace is aware that it is required to
> > > takeaction.
> >
> > Yeah, but imo that's a separate issue - atm we kill the DP port, which
> > stops the pipe, which is something our code never expects. Resulting
> > in piles of funny bug reports from angry users who's machine got stuck
> > because of this.
>
> But this alone will not stop the bug reports - the display will still be
> blank but kernel/userspace will continue to believe that the modeset
> took place.
>
> I did not say that the patch was not sensible, just insufficient ;-)
Well if we're lucky the next modeset works, or the 2nd display still
works, or at least X isn't stuck and maybe apps can still autosave. I
agree it's not the full solution, but it should be quite a bit better than
what we currently do ;-)
The other issue is that atm I don't have a good idea for how we could wire
this up correctly. In a way for all other outputs we don't tell userspace
that stuff went wrong either ...
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
next prev parent reply other threads:[~2014-01-16 21:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-16 16:35 [PATCH 1/2] drm/i915: don't disable the DP port if the link is lost Imre Deak
2014-01-16 16:35 ` [PATCH 2/2] drm/i915: don't disable DP port after a failed link training Imre Deak
2014-01-16 16:58 ` Chris Wilson
2014-01-16 17:01 ` Daniel Vetter
2014-01-16 20:39 ` Chris Wilson
2014-01-16 21:27 ` Daniel Vetter [this message]
2014-01-16 17:05 ` Imre Deak
2014-01-17 13:46 ` [PATCH] " Imre Deak
2014-01-17 13:58 ` Chris Wilson
2014-01-17 17:13 ` Daniel Vetter
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=20140116212737.GD4770@phenom.ffwll.local \
--to=daniel@ffwll.ch \
--cc=chris@chris-wilson.co.uk \
--cc=imre.deak@intel.com \
--cc=intel-gfx@lists.freedesktop.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.