From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: linux-pm@lists.linux-foundation.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Jeff Chua <jeff.chua.linux@gmail.com>,
Dave Airlie <airlied@linux.ie>,
Jesse Barnes <jbarnes@virtuousgeek.org>,
Chris Wilson <chris@chris-wilson.co.uk>,
ACPI Devel Maling List <linux-acpi@vger.kernel.org>
Subject: Re: [linux-pm] Occasional (too common) suspend problem
Date: Sun, 23 Jan 2011 22:47:13 +0100 [thread overview]
Message-ID: <201101232247.13422.rjw@sisk.pl> (raw)
In-Reply-To: <201101232229.49494.rjw@sisk.pl>
On Sunday, January 23, 2011, Rafael J. Wysocki wrote:
> On Saturday, January 22, 2011, Linus Torvalds wrote:
> > On Sat, Jan 22, 2011 at 11:17 AM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > >>
> ...
>
> > But the pm-suspend scripts do still end up
> > doing a lot of other things (like trying to switch vt's etc - but
> > disabling that didn't do anything for me).
>
> Well, I had a hackish patch disabling the kernel's own VT switch during
> suspend if the Intel graphics driver was used with KMS. I can dig it up if
> you want to try that, so let me know.
>
> > One more comment: when I disable the VT switching, I end up seeing the
> > kernel messages during suspend, but they obviously stop at
> > "suspend_console()". When I use "no_console_suspend" to show mssages,
> > the last message I see before the machine needs a keypess is the one
> > where we disable the i915 IRQ.
> >
> > Which probably doesn't mean anything, since it's probably just a
> > direct result of me saying "try to print stuff even over the suspend"
> > together with the i915 driver then not being able to due to not having
> > interrupts. So I suspect the "no_console_suspend" thing just doesn't
> > much help - it just results in more problems for the suspend, and it
> > probably never works at all.
>
> I think so. My experience is that it doesn't really work with KMS drivers.
>
> There's one more thing that may be related. Apparently, we've made something
> recently that's causing lots of problems with boot and poweroff for Asus
> machines (https://lkml.org/lkml/2011/1/23/54). The Asus BIOSes evidently
> don't like something we do, but I have no idea what that may be at this point.
Also you may try reverting commit 677bd81 (ACPI video: remove output switching
control) as it is reported to cause a regression to happen for someone
(https://patchwork.kernel.org/patch/499221/ , which doesn't _seem_ to be
related but anyway).
Rafael
next prev parent reply other threads:[~2011-01-23 21:48 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-21 4:50 Occasional (too common) suspend problem Linus Torvalds
[not found] ` <AANLkTi=LyufFJ-zqMWdGnSnZ-iW+ONbQ8mLfTn1O5WVi@mail.gmail.com>
2011-01-21 5:26 ` [linux-pm] " Lin Ming
2011-01-21 16:28 ` Linus Torvalds
2011-01-21 17:09 ` [linux-pm] " Jeff Chua
2011-01-21 17:09 ` Jeff Chua
2011-01-21 20:54 ` [linux-pm] " Rafael J. Wysocki
2011-01-21 20:54 ` Rafael J. Wysocki
2011-01-21 5:26 ` Lin Ming
2011-01-21 7:26 ` Zhang Rui
2011-01-21 7:26 ` Zhang Rui
2011-01-21 21:00 ` Len Brown
2011-01-21 21:08 ` Rafael J. Wysocki
2011-01-21 21:08 ` Rafael J. Wysocki
2011-01-21 22:25 ` Len Brown
2011-01-21 22:25 ` Len Brown
2011-01-21 22:33 ` Linus Torvalds
2011-01-21 22:33 ` Linus Torvalds
2011-01-21 22:42 ` Rafael J. Wysocki
2011-01-21 22:55 ` Linus Torvalds
2011-01-21 22:55 ` Linus Torvalds
2011-01-21 23:16 ` Rafael J. Wysocki
2011-01-21 23:16 ` Rafael J. Wysocki
2011-01-21 23:28 ` Rafael J. Wysocki
2011-01-21 23:28 ` [linux-pm] " Rafael J. Wysocki
2011-01-22 0:23 ` Linus Torvalds
2011-01-22 0:31 ` Rafael J. Wysocki
2011-01-22 0:56 ` Linus Torvalds
2011-01-22 0:56 ` Linus Torvalds
2011-01-22 0:31 ` Rafael J. Wysocki
2011-01-22 1:14 ` Linus Torvalds
2011-01-22 10:10 ` Rafael J. Wysocki
2011-01-22 10:10 ` Rafael J. Wysocki
2011-01-22 15:11 ` Linus Torvalds
2011-01-22 15:11 ` Linus Torvalds
2011-01-22 16:27 ` Linus Torvalds
2011-01-22 17:13 ` Jeff Chua
2011-01-22 17:13 ` Jeff Chua
2011-01-22 18:22 ` Linus Torvalds
2011-01-22 18:22 ` Linus Torvalds
2011-01-22 19:17 ` Rafael J. Wysocki
2011-01-22 19:17 ` Rafael J. Wysocki
2011-01-22 19:42 ` Linus Torvalds
2011-01-22 19:42 ` Linus Torvalds
2011-01-23 21:29 ` Rafael J. Wysocki
2011-01-23 21:47 ` Rafael J. Wysocki
2011-01-23 21:47 ` Rafael J. Wysocki [this message]
2011-01-24 7:22 ` Linus Torvalds
2011-01-24 7:22 ` Linus Torvalds
2011-01-24 8:09 ` Zhang Rui
2011-01-24 9:43 ` Linus Torvalds
2011-01-24 9:43 ` Linus Torvalds
2011-01-24 8:09 ` Zhang Rui
2011-01-23 21:29 ` Rafael J. Wysocki
2011-01-23 1:02 ` Dave Airlie
2011-01-23 1:02 ` Dave Airlie
2011-01-22 16:27 ` Linus Torvalds
2011-01-22 1:14 ` Linus Torvalds
2011-01-22 0:23 ` Linus Torvalds
2011-01-21 22:42 ` Rafael J. Wysocki
2011-01-21 21:00 ` Len Brown
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=201101232247.13422.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=airlied@linux.ie \
--cc=chris@chris-wilson.co.uk \
--cc=jbarnes@virtuousgeek.org \
--cc=jeff.chua.linux@gmail.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=torvalds@linux-foundation.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.