FS#30840 - [linux] 3.5.x nouveau causes GPU lockup
Attached to Project:
Arch Linux
Opened by WorMzy Tykashi (WorMzy) - Tuesday, 24 July 2012, 20:22 GMT
Last edited by Gaetan Bisson (vesath) - Monday, 15 October 2012, 04:48 GMT
Opened by WorMzy Tykashi (WorMzy) - Tuesday, 24 July 2012, 20:22 GMT
Last edited by Gaetan Bisson (vesath) - Monday, 15 October 2012, 04:48 GMT
|
Details
Description:
Boot is successful, but X displays a static image made up from random artefacts from a previous X session and is unusable. Boot messages include: [ 1.410593] [drm] nouveau 0000:01:00.0: GPU lockup - switching to software fbcon Additional info: Linux 3.5 [in testing] See attached verbose dmesg Likely this bug reported upstream: https://bugs.freedesktop.org/show_bug.cgi?id=52244 Steps to reproduce: Have kernel 3.5-1 installed on a system with a nvidia card (only tested with GTX 560 TI) and nouveau enabled. |
This task depends upon
Closed by Gaetan Bisson (vesath)
Monday, 15 October 2012, 04:48 GMT
Reason for closing: Fixed
Additional comments about closing: linux-3.6 in [testing]
Monday, 15 October 2012, 04:48 GMT
Reason for closing: Fixed
Additional comments about closing: linux-3.6 in [testing]
Short version is here and full dmesg is attached.
$ dmesg | grep -i error
[ 1.957416] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[ 1.957419] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880409f82460), AE_NOT_FOUND (20120320/psparse-536)
[ 1.957442] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[ 1.957445] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880409f824d8), AE_NOT_FOUND (20120320/psparse-536)
[ 1.957999] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[ 1.958004] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880409f82460), AE_NOT_FOUND (20120320/psparse-536)
[ 1.958420] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[ 1.958422] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT3._GTF] (Node ffff880409f825c8), AE_NOT_FOUND (20120320/psparse-536)
[ 1.959041] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[ 1.959044] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880409f824d8), AE_NOT_FOUND (20120320/psparse-536)
[ 1.960388] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[ 1.960391] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT3._GTF] (Node ffff880409f825c8), AE_NOT_FOUND (20120320/psparse-536)
hardinfo_report.txt (21.8 KiB)
https://bugs.freedesktop.org/show_bug.cgi?id=52244
Sep 11 09:37:35 localhost kernel: [ 389.092546] [drm] nouveau 0000:01:00.0: PFIFO_CACHE_ERROR - Ch 3/0 Mthd 0x0060 Data 0x8000000f
Sep 11 09:40:11 localhost kernel: [ 545.848393] [drm] nouveau 0000:01:00.0: PFIFO_CACHE_ERROR - Ch 3/5 Mthd 0x1b00 Data 0x00000000
The laptop continues to run and the screen appears normal - however I don't see the GPU lockup message in the logs - and only on the console during shutdown but this does look related to what you are all seeing?
https://bugs.freedesktop.org/show_bug.cgi?id=53101
https://bugs.freedesktop.org/show_bug.cgi?id=53566
I guess the above bug was not marked as duplicate yet.
This commit caused a regression:
1a46098e910b96337f0fe3838223db43b923bad4 is the first bad commit
commit 1a46098e910b96337f0fe3838223db43b923bad4
Author: Ben Skeggs <bskeggs@redhat.com>
Date: Fri May 4 15:17:28 2012 +1000
drm/nvc0/ttm: use copy engines for async buffer moves
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>