[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 21 23:53:37 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=50121
--- Comment #9 from michael.weirauch at gmail.com 2012-08-22 06:53:37 UTC ---
Now that I have found out the root cause of my resume trouble (documented in
53101) I found this bug.
Here's the info so far: (replicating from bug 53101)
ThinkPad W520 4276CTO NVC3 (2000M)
openSUSE 12.2 + nouveau 20120813 872dcac
* Booting works (nox2apic, W520 ACPI table issue)
* gdm has graphics distortions though (see early dmesg excerpt)
* double ctrl+alt+backspace "fixes" this and gdm looks good
* suspend from gnome-shell 3.4.2 works
* resume shows gdm-password prompt and usually a white-noise background
** the gnome-shellish top-panel looks intact, though
** mouse cursor not movable, cpu load
** looks like "something" tries to restart gdm/X over and over again
* switching to vt possible with some insisting
* restarting gdm does lock up the system
* the "channel x kick timeout" seems new since some commits IIRC
repeatedly in dmesg:
[ 156.925301] nouveau E[ PFIFO][0000:01:00.0] playlist update failed
[ 159.924800] nouveau E[ DRM][0000:01:00.0] failed to idle channel
0xcccc0000
[ 161.924690] nouveau E[ PFIFO][0000:01:00.0] channel 1 kick timeout
[ 161.924787] nouveau [ PFIFO][0000:01:00.0] unknown status 0x00000100
[ 163.924603] nouveau E[ PFIFO][0000:01:00.0] playlist update failed
[ 163.989722] nouveau [ PFIFO][0000:01:00.0] unknown status 0x00000100
[ 165.989535] nouveau E[ PFIFO][0000:01:00.0] channel 3 kick timeout
[ 165.989670] nouveau [ PFIFO][0000:01:00.0] unknown status 0x00000100
[ 167.989455] nouveau E[ PFIFO][0000:01:00.0] playlist update failed
[ 167.989517] nouveau ![ PFIFO][0000:01:00.0] unhandled status 0x00000001
[ 170.649537] nouveau E[ PFIFO][0000:01:00.0] playlist update failed
[ 172.660200] nouveau E[ PFIFO][0000:01:00.0] playlist update failed
[ 185.103713] nouveau E[ DRM][0000:01:00.0] failed to idle channel
0xcccc0001
[ 187.103627] nouveau E[ PFIFO][0000:01:00.0] channel 2 kick timeout
I tried a fc17 install and the original kernel (3.3.4-5.fc17.x86_64) worked.
Suspend/resume fine at least when not in docking station. After updating that
test install to 3.5.1-1.fc17.x86_64 the same issues cropped up I see in
openSUSE 12.2. So this looks distribution agnostic.
--
Bisection rounds testing successful suspend/resume cycles on NVC3/2000M:
note:
* gdm greeter is showing garbage (screen content from before reboot) somewhere
before the last known good commits
** this issue was ignored and still present in the last good commit but is not
the topic of this bug
$ git bisect log
# bad: [f9b495fca46836a6a05cedde8058ccb8a3e62c3d] drm/nouveau: use
ioread32_native/iowrite32_native for fifo control registers
# good: [f887c425f9eeed8ffbca64c8be45da62b07096c0] drm/nouveau: bump version to
1.0.0
git bisect start 'HEAD' 'f887c425f9eeed8ffbca64c8be45da62b07096c0' '--'
'drivers/gpu/drm/nouveau/'
# bad: [9bd0c15fcfb42f6245447c53347d65ad9e72080b] drm/nouveau/fbcon: using
nv_two_heads is not a good idea
git bisect bad 9bd0c15fcfb42f6245447c53347d65ad9e72080b
# good: [5132f37700210740117f5163b5df7aa1c8469a55] drm/nve0/fifo: initial
implementation
git bisect good 5132f37700210740117f5163b5df7aa1c8469a55
# bad: [71af5e62db5d7d6348e838d0f79533653e2f8cfe] drm/nv50/gr: make sure
NEXT_TO_CURRENT is executed even if nothing done
git bisect bad 71af5e62db5d7d6348e838d0f79533653e2f8cfe
# good: [afada5e0bb3cac8530c2ae36aa0abca41d60e063] drm/nv04/disp: disable
vblank interrupts when disabling display
git bisect good afada5e0bb3cac8530c2ae36aa0abca41d60e063
# bad: [5e120f6e4b3f35b741c5445dfc755f50128c3c44] drm/nouveau/fence: convert to
exec engine, and improve channel sync
git bisect bad 5e120f6e4b3f35b741c5445dfc755f50128c3c44
# good: [35bcf5d55540e47091a67e5962f12b88d51d7131] drm/nouveau: move
flip-related channel setup to software engine
git bisect good 35bcf5d55540e47091a67e5962f12b88d51d7131
# good: [d375e7d56dffa564a6c337d2ed3217fb94826100] drm/nouveau/fence: minor api
changes for an upcoming rework
git bisect good d375e7d56dffa564a6c337d2ed3217fb94826100
5e120f6e4b3f35b741c5445dfc755f50128c3c44 is the first bad commit
commit 5e120f6e4b3f35b741c5445dfc755f50128c3c44
Author: Ben Skeggs <bskeggs at redhat.com>
Date: Mon Apr 30 13:55:29 2012 +1000
drm/nouveau/fence: convert to exec engine, and improve channel sync
Now have a somewhat simpler semaphore sync implementation for nv17:nv84,
and a switched to using semaphores as fences on nv84+ and making use of
the hardware's >= acquire operation.
Signed-off-by: Ben Skeggs <bskeggs at redhat.com>
:040000 040000 8f2ca4ddf4969c75f688a96fdb152e449fda4852
da67a1bd8d608577e659a26715cf8af3644d8efe M drivers
--
@Ronald
* can it be the ticket subject carries the wrong commitish? (because the bad
commit we both identified is "5e120f6e4b3f35b741c5445dfc755f50128c3c44" in the
nouveau/linux-2.6 tree)
* if you like, extend the subject with NVC3/Quadro 2000M
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Nouveau
mailing list