From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 74751] resume from suspend broken with 3.15-rc1 and rc2 kernels
Date: Thu, 15 May 2014 15:17:59 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from mail.kernel.org (mail.kernel.org [198.145.19.201])
by gabe.freedesktop.org (Postfix) with ESMTP id 263456E82A
for ; Thu, 15 May 2014 08:18:03 -0700 (PDT)
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 643A32035D
for ; Thu, 15 May 2014 15:18:02 +0000 (UTC)
Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org
[172.20.200.52])
by mail.kernel.org (Postfix) with ESMTP id 63BDB20384
for ; Thu, 15 May 2014 15:18:00 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
https://bugzilla.kernel.org/show_bug.cgi?id=74751
--- Comment #21 from Daniel Vetter ---
Ok, the offending commit is actually 177cf92de4aa97ec1435987e91696ed8b5023130,
at least that one matches the diff of your change. It references the other
commit, but that's not the commit itself.
For debugging it might be useful to do the suspend partially. You can disable
certain parts of suspend (it will immediately resume if you do this)
# echo > /sys/power/pm_test
See
# cat /sys/power/pm_test
for a list of all possible values. If you manage to reproduce the bug with this
please attach the drm.debug=0xe dmesg.
--
You are receiving this mail because:
You are watching the assignee of the bug.