All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <error27@gmail.com>
To: Keith Packard <keithp@keithp.com>
Cc: Nick Bowler <nbowler@elliptictech.com>,
	Michal Hocko <mhocko@suse.cz>, "Rafael J. Wysocki" <rjw@sisk.pl>,
	intel-gfx@lists.freedesktop.org,
	LKML <linux-kernel@vger.kernel.org>,
	dri-devel@lists.freedesktop.org
Subject: Re: i915: display doesn't get on back after returning from standby in 2.6.27-rc*
Date: Fri, 26 Nov 2010 11:45:38 +0300	[thread overview]
Message-ID: <20101126084538.GC12939@bicker> (raw)
In-Reply-To: <yunr5e9qjyf.fsf@aiko.keithp.com>

On Thu, Nov 25, 2010 at 11:31:04AM -0800, Keith Packard wrote:
> On Thu, 25 Nov 2010 11:10:58 -0500, Nick Bowler <nbowler@elliptictech.com> wrote:
> > On 2010-11-25 16:58 +0100, Michal Hocko wrote:
> > > [Let's add Rafael for regression tracking]
> > > 
> > > On Tue 23-11-10 13:32:34, Michal Hocko wrote:
> > > > Hi,
> > > > since early 2.6.37 (I haven't bisected when exactly) my screen doesn't
> > > > get on after it got into standby mode. I have to either change to a
> > > > text console and back (if it gets to standby by the screen saver) or
> > > > close the lid on my laptop if I try:
> > > > xset dpms force standby
> > [...]
> > > > Is this a known issue?
> > 
> > I suspect that all of the following are the same issue:
> > 
> >   https://bugzilla.kernel.org/show_bug.cgi?id=23122
> >   https://bugzilla.kernel.org/show_bug.cgi?id=23472
> >   https://bugs.freedesktop.org/show_bug.cgi?id=31803
> 
> I've provided a couple of fixes that might be relevant here -- neither
> kernel nor user mode were setting the tracked DPMS state of the outputs
> to ON when doing mode setting, which caused all kinds of comedy. These
> should fix 23472 and 31803. I'm not entirely sure what's up with 23122,
> but it's possible that it's the same issue.
> 

Where are the patches?  I pulled drm-next but I don't see them.

regards,
dan carpenter

WARNING: multiple messages have this Message-ID (diff)
From: Dan Carpenter <error27@gmail.com>
To: Keith Packard <keithp@keithp.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
	Nick Bowler <nbowler@elliptictech.com>,
	intel-gfx@lists.freedesktop.org,
	LKML <linux-kernel@vger.kernel.org>,
	dri-devel@lists.freedesktop.org, Michal Hocko <mhocko@suse.cz>
Subject: Re: i915: display doesn't get on back after returning from standby in 2.6.27-rc*
Date: Fri, 26 Nov 2010 11:45:38 +0300	[thread overview]
Message-ID: <20101126084538.GC12939@bicker> (raw)
In-Reply-To: <yunr5e9qjyf.fsf@aiko.keithp.com>

On Thu, Nov 25, 2010 at 11:31:04AM -0800, Keith Packard wrote:
> On Thu, 25 Nov 2010 11:10:58 -0500, Nick Bowler <nbowler@elliptictech.com> wrote:
> > On 2010-11-25 16:58 +0100, Michal Hocko wrote:
> > > [Let's add Rafael for regression tracking]
> > > 
> > > On Tue 23-11-10 13:32:34, Michal Hocko wrote:
> > > > Hi,
> > > > since early 2.6.37 (I haven't bisected when exactly) my screen doesn't
> > > > get on after it got into standby mode. I have to either change to a
> > > > text console and back (if it gets to standby by the screen saver) or
> > > > close the lid on my laptop if I try:
> > > > xset dpms force standby
> > [...]
> > > > Is this a known issue?
> > 
> > I suspect that all of the following are the same issue:
> > 
> >   https://bugzilla.kernel.org/show_bug.cgi?id=23122
> >   https://bugzilla.kernel.org/show_bug.cgi?id=23472
> >   https://bugs.freedesktop.org/show_bug.cgi?id=31803
> 
> I've provided a couple of fixes that might be relevant here -- neither
> kernel nor user mode were setting the tracked DPMS state of the outputs
> to ON when doing mode setting, which caused all kinds of comedy. These
> should fix 23472 and 31803. I'm not entirely sure what's up with 23122,
> but it's possible that it's the same issue.
> 

Where are the patches?  I pulled drm-next but I don't see them.

regards,
dan carpenter

  reply	other threads:[~2010-11-26  8:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-23 12:32 i915: display doesn't get on back after returning from standby in 2.6.27-rc* Michal Hocko
2010-11-25 15:58 ` Michal Hocko
2010-11-25 16:10   ` Nick Bowler
2010-11-25 19:31     ` Keith Packard
2010-11-25 19:31       ` Keith Packard
2010-11-26  8:45       ` Dan Carpenter [this message]
2010-11-26  8:45         ` Dan Carpenter
2010-11-26 18:39         ` Keith Packard
2010-11-26 18:39           ` Keith Packard
2010-11-29 15:15       ` Nick Bowler

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=20101126084538.GC12939@bicker \
    --to=error27@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=keithp@keithp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mhocko@suse.cz \
    --cc=nbowler@elliptictech.com \
    --cc=rjw@sisk.pl \
    /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.