From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 76531] New: linux-3.14-rc7 radeon/nouveau runtime-suspend never coming back Date: Sun, 23 Mar 2014 23:03:29 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1939595113==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id B3E896E7D4 for ; Sun, 23 Mar 2014 16:03:29 -0700 (PDT) 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 --===============1939595113== Content-Type: multipart/alternative; boundary="1395615809.aa02c0.16649"; charset="us-ascii" --1395615809.aa02c0.16649 Date: Sun, 23 Mar 2014 23:03:29 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=76531 Priority: medium Bug ID: 76531 Assignee: dri-devel@lists.freedesktop.org Summary: linux-3.14-rc7 radeon/nouveau runtime-suspend never coming back Severity: normal Classification: Unclassified OS: Linux (All) Reporter: bonbons67@internet.lu Hardware: Other Status: NEW Version: XOrg CVS Component: DRM/other Product: DRI Most recent testing: 3.14-rc7 mainline. As suggested on IRC by imirkin, returning -EBUSY instead of -EINVAL from nouveau_pmops_runtime_suspend() avoids driver to fall too far to the ground. When returning -EINVAL connectors get being seen as "disconnected" and there is no way to get them connected anymore. When returning -EBUSY the connectors stay functional but DE (enlightenment) complains about missing crtc and all that is visible is black background and a cursor that response to mouse/trackpad. Way to reproduce: Have xorg running, then for each avtive output call: xrandr --output $OUTPUT --off When last output got marked off runtime-suspend kicks in. Same/similar behavior has been observed on radeon (I don't remember the exact kernel releases, but older ones got console to display when switching VTs while newer failed to do so). -- You are receiving this mail because: You are the assignee for the bug. --1395615809.aa02c0.16649 Date: Sun, 23 Mar 2014 23:03:29 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Priority medium
Bug ID 76531
Assignee dri-devel@lists.freedesktop.org
Summary linux-3.14-rc7 radeon/nouveau runtime-suspend never coming back
Severity normal
Classification Unclassified
OS Linux (All)
Reporter bonbons67@internet.lu
Hardware Other
Status NEW
Version XOrg CVS
Component DRM/other
Product DRI

Most recent testing: 3.14-rc7 mainline.

As suggested on IRC by imirkin, returning -EBUSY instead of -EINVAL from
nouveau_pmops_runtime_suspend() avoids driver to fall too far to the ground.

When returning -EINVAL connectors get being seen as "disconnected" and there is
no way to get them connected anymore.

When returning -EBUSY the connectors stay functional but DE (enlightenment)
complains about missing crtc and all that is visible is black background and a
cursor that response to mouse/trackpad.

Way to reproduce:
Have xorg running, then for each avtive output call:
xrandr --output $OUTPUT --off

When last output got marked off runtime-suspend kicks in.


Same/similar behavior has been observed on radeon (I don't remember the exact
kernel releases, but older ones got console to display when switching VTs while
newer failed to do so).


You are receiving this mail because:
  • You are the assignee for the bug.
--1395615809.aa02c0.16649-- --===============1939595113== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1939595113==--