bugzilla-daemon at freedesktop.org
2012-May-19 16:33 UTC
[Nouveau] [Bug 50121] New: [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Bug #: 50121 Summary: [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450 Classification: Unclassified Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: ronald645 at gmail.com QAContact: xorg-team at lists.x.org Created attachment 61851 --> https://bugs.freedesktop.org/attachment.cgi?id=61851 Dmesg log of bad resume The following commit: 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. Probably causes the FX5200 to fail to resume. I'm not 100% completely sure, since reverting this commit on top of head is not without conflicts since the revent cleanups and reworks. I cannot proceed without help. If someone could generate a revert of this commit on top of current HEAD, I will then be able to confirm this is the exact bad commit. Further down below you will only find computer generated output (in this order): - The git bisect log - The output of lspci for the nvidia card - A list of currently used userspace packages (with version) from https://launchpad.net/~xorg-edgers/+archive/ppa: - Attached: The file nouveau.bad.resume.txt shows dmesg output of a bad resume (commit 1d226cc142b). - Attached: The file nouveau.good.resume.txt shows dmesg output of a good resume (commit 5d720f245). gebruiker at Delta:~/Documenten/Ronald/linux-git$ git bisect log git bisect start # bad: [0e29f737548c749482371ba307a6de15ae2c1956] drm/nouveau: make engine subclass subdev, and noaccel a bitfield git bisect bad 0e29f737548c749482371ba307a6de15ae2c1956 # good: [9eb608d0091c11e5712b421c8d3c7cec8950d14e] drm/nv04/disp: disable vblank interrupts when disabling display git bisect good 9eb608d0091c11e5712b421c8d3c7cec8950d14e # bad: [da9472c2db711fb589e248566ea17288d3c993e5] drm/nv04/software: fix engine creation git bisect bad da9472c2db711fb589e248566ea17288d3c993e5 # bad: [f903665be55c7d347bcfd684745026af30439a8d] drm/nv50: remove execution engine context saves on suspend git bisect bad f903665be55c7d347bcfd684745026af30439a8d # bad: [da495ac412f6a70185305facd756f0f04fb5fd3b] drm/nouveau: fix engine context destructor ordering git bisect bad da495ac412f6a70185305facd756f0f04fb5fd3b # good: [11d9712f6d91203bd3f34ef2cebf1fd188e73756] drm/nouveau: move flip-related channel setup to software engine git bisect good 11d9712f6d91203bd3f34ef2cebf1fd188e73756 # good: [1d226cc142b4e504150b9d5455545720fbde6f1f] drm/nouveau/fence: minor api changes for an upcoming rework git bisect good 1d226cc142b4e504150b9d5455545720fbde6f1f # bad: [5d720f24505c3fb6b4740fbf5b6e99839de2fbd9] drm/nouveau/fence: convert to exec engine, and improve channel sync git bisect bad 5d720f24505c3fb6b4740fbf5b6e99839de2fbd9 root at Delta:/var/log# lspci -s 01:00.0 -vvvv -nnnn 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV34 [GeForce FX 5200] [10de:0322] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:80df] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32 (1250ns min, 250ns max) Interrupt: pin A routed to IRQ 16 Region 0: Memory at de000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at d0000000 (32-bit, prefetchable) [size=128M] Expansion ROM at dfee0000 [disabled] [size=128K] Capabilities: [60] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [44] AGP version 3.0 Status: RQ=32 Iso- ArqSz=0 Cal=3 SBA+ ITACoh- GART64- HTrans- 64bit- FW+ AGP3+ Rate=x4,x8 Command: RQ=32 ArqSz=0 Cal=0 SBA+ AGP+ GART64- 64bit- FW+ Rate=x8 Kernel driver in use: nouveau Xorg-edgers packages used relevant for this bug: - libdrm 2.4.34+git20120512.e07b6506-0ubuntu0ricotz~precise - libpciaccess 0.13-1~precise2 - mesa 8.1~git20120512.f9654084-0ubuntu0ricotz~precise - xorg-server 2:1.12.1.901+git20120510+server-1.12-branch.58dfb139-0ubuntu0ricotz~precise - xserver-xorg-video-nouveau 1:0.0.16+git20120509.58156446-0ubuntu0sarvatt~precise -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-May-19 16:34 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #1 from Ronald <ronald645 at gmail.com> 2012-05-19 09:34:35 PDT --- Created attachment 61852 --> https://bugs.freedesktop.org/attachment.cgi?id=61852 Dmesg output of correct resume -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-May-19 16:40 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #2 from Ronald <ronald645 at gmail.com> 2012-05-19 09:40:47 PDT --- On a small sidenote, compiling current head with !CONFIG_DRM_NOUVEAU_BACKLIGHT results in: http://pastebin.com/8TvZNDqz Current head means: 1. git pull git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 2. git pull git://anongit.freedesktop.org/nouveau/linux-2.6 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-May-19 19:27 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #3 from Ronald <ronald645 at gmail.com> 2012-05-19 12:27:58 PDT --- Through googling I found out that drm has it's own debug facility (duh...). I have added 4 files that are generated with the following kernel boot parameters: drm.debug=15 log_buf_len=32M The 'bad' state contains the bootlog and suspend log of the kernel at commit 5d720f2450 from the nouveau/linux-2.6 tree. The 'good' state contains the bootlog and suspend log of the kernel at the commit before 5d720f2450 fron the nouveau/linux-2.6 tree. (Which is the default kernel for now.) I'm out of idea's right now, so any pointers would be great. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-May-19 19:28 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #4 from Ronald <ronald645 at gmail.com> 2012-05-19 12:28:40 PDT --- Created attachment 61858 --> https://bugs.freedesktop.org/attachment.cgi?id=61858 Dmesg boot log of the 'bad' kernel -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-May-19 19:28 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #5 from Ronald <ronald645 at gmail.com> 2012-05-19 12:28:57 PDT --- Created attachment 61859 --> https://bugs.freedesktop.org/attachment.cgi?id=61859 Dmesg resume log of the 'bad' kernel -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-May-19 19:29 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #6 from Ronald <ronald645 at gmail.com> 2012-05-19 12:29:19 PDT --- Created attachment 61860 --> https://bugs.freedesktop.org/attachment.cgi?id=61860 Dmesg boot log of the 'good' kernel -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-May-19 19:29 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #7 from Ronald <ronald645 at gmail.com> 2012-05-19 12:29:45 PDT --- Created attachment 61861 --> https://bugs.freedesktop.org/attachment.cgi?id=61861 Dmesg resume log of the 'good' kernel -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-Jun-08 04:31 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #8 from Ronald <ronald645 at gmail.com> 2012-06-08 04:31:58 UTC --- I tried kernel 3.5-rc1, because it seems that some recent patches were left out during the merge. I was hoping that this newer kernel would somehow solve this. However, I'm still having the same issue's in this release. On a further note, the commit before 5d720f2450 was a pretty good release for this card. Glxgears reported almost 400fps and window resizing was smooth. With v3.4.1 or v3.5-rc1, this performance regressed to it's original state. Glxgears reports 100ftps and resizing is choppy again. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-Aug-22 06:53 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
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.
bugzilla-daemon at freedesktop.org
2012-Aug-22 06:54 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #10 from michael.weirauch at gmail.com 2012-08-22 06:54:32 UTC --- Created attachment 65931 --> https://bugs.freedesktop.org/attachment.cgi?id=65931 W520-4276CTO-NVC3 dmesg commitish-872dcac gdm + suspend/resume cycle -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-Aug-22 17:30 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 fails to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Ronald <ronald645 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[Regression] NV34 Fx5200 |[Regression] NV34 Fx5200 |fails to resume with commit |fails to resume with commit |5d720f2450 |'convert to exec engine, | |and improve channel sync' -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-Aug-22 17:31 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Ronald <ronald645 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[Regression] NV34 Fx5200 |[Regression] NV34 Fx5200 & |fails to resume with commit |NVC3/Quadro 2000M both fail |'convert to exec engine, |to resume with commit |and improve channel sync' |'convert to exec engine, | |and improve channel sync' -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-Aug-22 17:33 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #11 from Ronald <ronald645 at gmail.com> 2012-08-22 17:33:50 UTC --- Thanks for your info and a 'me2'. I updated the title as you requested. I placed the entire commit title. Everytime a new kernel is released, the nouveau project does a 'git rebase' which essentially wipes all patches outside of Linus' tree and places them back one by one. This implies a change in the SHA hash since git treats those patches that are being reapplied (but are essentially the same) and new (and thus different commits). -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-Aug-22 17:48 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #12 from Ronald <ronald645 at gmail.com> 2012-08-22 17:48:32 UTC --- One a sidenote (just to summarize/confirm this bug), it seems that: - symptoms are the exact same - regression fails - cursor invisible - screen is corrupted - no visual response - vt switching works with some persistence - logs are flooded (with generic messages) - bisected patch is the exact same (as in title) - however, as of now, based on different kernel versions (v3.4 vs v3.5) However, there is one nitpick. I have pinned this computer's kernel on 3.4 since 3.5-rc0 and higher suffer from another regression which I have failed to bisect (I forgot why/how that did not work). When I have time this weekend, I will see how far I can get with Linus' tree and then combine with the nouveau tree and we will see what happens. A refresh of testdata might be good since the patches from the nouveau tree allow setting debug levels which is nice. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-Aug-23 05:46 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #13 from michael.weirauch at gmail.com 2012-08-23 05:46:04 UTC --- Ah, thanks for clearing that up with the rebased commits. Didn't know they'd get a new hash then. Apart from providing more verbose logs, I am unsure what else one can do here. I think a dev (Ben?) should get us into some direction. The bisected bad commit is a tad bit too huge to understand/revert/trial-and-error-tinker for me ;) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2012-Oct-10 12:22 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 francoism <francois5537 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francois5537 at gmail.com --- Comment #14 from francoism <francois5537 at gmail.com> --- *** Bug 55744 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121010/8b2f466b/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Oct-10 12:23 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #15 from francoism <francois5537 at gmail.com> --- Same issue here with my EVGA GeForce 450 GTS (1GB). It works fine with the nVidia drivers. Kernel: 3.6.1 nouveau-git & libdrm-git OS: Archlinux -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121010/884b94bc/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Oct-19 21:46 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #16 from Ronald <ronald645 at gmail.com> --- Francois, You can you confirm that your regression is also caused by the following commit? drm/nouveau/fence: convert to exec engine, and improve channel sync Michael and my problems are not there when we build a kernel before this patch is applied. Please test to make sure that you are not having a seperate problem. Thank you. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121019/7b558435/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Nov-05 11:42 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #17 from Ronald <ronald645 at gmail.com> --- Still not working with 3.7-rc4: nouveau [ DRM] re-enabling device... nouveau [ DRM] resuming client object trees... nouveau [ VBIOS][0000:01:00.0] running init tables nouveau W[ PTIMER][0000:01:00.0] unknown input clock freq agpgart-via 0000:00:00.0: AGP 3.5 bridge agpgart: kworker/u:30 tried to set rate=x12. Setting to AGP3 x8 mode. agpgart-via 0000:00:00.0: putting AGP V3 device into 8x mode nouveau 0000:01:00.0: putting AGP V3 device into 8x mode nouveau [ DRM] Loading NV17 power sequencing microcode nouveau [ DRM] resuming display... nouveau [ DRM] Setting dpms mode 3 on TV encoder (output 1) Restarting tasks ... done. nouveau E[ DRM] reloc wait_idle failed: -16 nouveau E[ DRM] reloc apply: -16 nouveau E[ DRM] reloc wait_idle failed: -16 nouveau E[ DRM] reloc apply: -16 nouveau E[ DRM] reloc wait_idle failed: -16 nouveau E[ DRM] reloc apply: -16 Screen stays black on resume. I tested this +nouveau tree which enables z-compression. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121105/12f04f87/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2012-Nov-06 10:10 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #18 from Ronald <ronald645 at gmail.com> --- Linux kernel 3.7-rc4 + nouveau tree (see nouveau.txt for patches): CONFIG_LOG_BUF_SHIFT=21 CONFIG_NOUVEAU_DEBUG=6 CONFIG_NOUVEAU_DEBUG_DEFAULT=6 # 7 gave a >16MB log Did a 'dmesg -c' for each seperate logfile just before doing 'pm-hibernate'. Logfiles are from the same boot. First resume succeeds, second hangs just like the first occurence of this bug. Attaching files... -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121106/f219b7d1/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Nov-06 10:11 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Ronald <ronald645 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61858|0 |1 is obsolete| | Attachment #61860|0 |1 is obsolete| | --- Comment #19 from Ronald <ronald645 at gmail.com> --- Created attachment 69606 --> https://bugs.freedesktop.org/attachment.cgi?id=69606&action=edit Dmesg of boot -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121106/9d45bd9a/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Nov-06 10:12 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Ronald <ronald645 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61852|0 |1 is obsolete| | Attachment #61861|0 |1 is obsolete| | --- Comment #20 from Ronald <ronald645 at gmail.com> --- Created attachment 69607 --> https://bugs.freedesktop.org/attachment.cgi?id=69607&action=edit Dmesg of succesful first resume -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121106/0c0bbce5/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2012-Nov-06 10:12 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Ronald <ronald645 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61851|0 |1 is obsolete| | Attachment #61859|0 |1 is obsolete| | --- Comment #21 from Ronald <ronald645 at gmail.com> --- Created attachment 69608 --> https://bugs.freedesktop.org/attachment.cgi?id=69608&action=edit Dmesg of failed second resume -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121106/bc937811/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Nov-06 10:13 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #22 from Ronald <ronald645 at gmail.com> --- Created attachment 69609 --> https://bugs.freedesktop.org/attachment.cgi?id=69609&action=edit v3.7-rc4 + nouveau patchlist -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121106/52c25139/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Nov-06 10:21 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #23 from Ronald <ronald645 at gmail.com> --- I'm also attaching a diff of both logs. I filtered them using sed to get rid of the timestamps. One thing stands out (to me): The logs of the correct resume mention this: -ACPI: Invalid Power Resource to register! -agpgart-via 0000:00:00.0: Refused to change power state, currently in D0 The rest of the diff contains errors from the bad resume and subsequent trace thereof. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121106/1684c4ea/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Nov-06 10:21 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #24 from Ronald <ronald645 at gmail.com> --- Created attachment 69612 --> https://bugs.freedesktop.org/attachment.cgi?id=69612&action=edit Diff of both resume sessions -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121106/5a055b98/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Nov-06 12:41 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #25 from Emil Velikov <emil.l.velikov at gmail.com> --- Created attachment 69616 --> https://bugs.freedesktop.org/attachment.cgi?id=69616&action=edit Reset agp.stat to unknown during suspend Something to test :P -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121106/b9e9fbf4/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Nov-06 13:07 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #26 from Ronald <ronald645 at gmail.com> --- No dice =) Even hangs at suspend sometimes. Besides, this bug is not slot specific. Someone else with a 'NVC3/Quadro 2000M' (PCI-E) also has these problems since the mentioned commit: 'drm/nouveau/fence: convert to exec engine, and improve channel sync'. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121106/ddb4b4e3/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-24 08:36 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #27 from Ronald <ronald645 at gmail.com> --- Just tested v3.8-rc1 + nouveau @ 'drm/nouveau/fan: handle the cases where we are outside of the linear zone' on this FX5200. Especially 'drm/nouveau/bios: cache ramcfg strap on later chipsets' looked promising (even though I don't have a recent chipset... there was hope...). Things did not regress further. First suspend works most of the time, second suspend crashes. Symptoms did change a bit. When resume eventually completes, I do not see a frozen/unresponsive desktop but the screen goes black with red/green (I don't think i saw any blue) pixels scattered all over it. Density was really low, so maybe 200 pixels on the entire screen? These pixels did not move or alterate or anything, it was pretty static and boring actually. But I recommend Michael and francoism to test latest HEAD as the mentioned commit might fix your issue's??? I will add a dmesg from v3.8rc1 kernel for your viewing convenience. This is a dmesg from syslog, not from the 'dmesg' command! -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121224/942ed532/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-24 08:37 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Ronald <ronald645 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #69606|0 |1 is obsolete| | Attachment #69607|0 |1 is obsolete| | Attachment #69608|0 |1 is obsolete| | Attachment #69609|0 |1 is obsolete| | Attachment #69612|0 |1 is obsolete| | --- Comment #28 from Ronald <ronald645 at gmail.com> --- Created attachment 72060 --> https://bugs.freedesktop.org/attachment.cgi?id=72060&action=edit Dmesg of v3.8rc1 + nouveau HEAD -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121224/7c5ebd36/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-24 13:23 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #29 from Rapha?l Droz <gibboris at gmail.com> --- referencing bug #55258 here -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121224/76191284/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-24 15:03 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #30 from Ronald <ronald645 at gmail.com> --- Kewl, that means that this regression is spread across several cards if you purely look at the symptoms. - NV40 generation card (0x049200a2) - twice on an NV34 [GeForce FX 5200] (IRC: FX5200 is an 'odd beast' :/) - NVC3 (2000M) - EVGA GeForce 450 GTS>From two of these, the regression has been confirmed to be resulting fromcommit: 'drm/nouveau/fence: convert to exec engine, and improve channel sync' as part of the nouveau rework that got upstreamed in kernel 3.5: - NV34 [GeForce FX 5200] by me - NVC3 (2000M) by Michael Weirauch I think it's safe to assume that ppl who are experiencing this regression as well using a kernel on 3.5 or above are suffering from the same issue. Francoism is using 3.6, so that is okay. @Rapha?l Droz: What kernel version are you using? And maybe the kernel version from Mr-4 might be useful as well. Just to confirm. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121224/af511b08/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-25 00:31 UTC
[Nouveau] [Bug 50121] [Regression] NV34 Fx5200 & NVC3/Quadro 2000M both fail to resume with commit 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #31 from Marcin Slusarz <marcin.slusarz at gmail.com> --- Created attachment 72085 --> https://bugs.freedesktop.org/attachment.cgi?id=72085&action=edit fix does this patch fix it? nvc3 should be already fixed in 3.7 -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121225/df8aa730/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-25 08:27 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Ronald <ronald645 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[Regression] NV34 Fx5200 & |[Regression] Since kernel |NVC3/Quadro 2000M both fail |v3.5 several cards fail to |to resume with commit |resume, introduced by: |'convert to exec engine, |'convert to exec engine, |and improve channel sync' |and improve channel sync' Keywords| |regression -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121225/4261d7cb/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-25 09:25 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #32 from Ronald <ronald645 at gmail.com> --- Seems to have fixed the bug. It has survived three consecutive suspend and resume cycles in a row. This was not possible after v3.5 without your supplied fix. So it seems that the direct symptoms have been resolved with this patch. But if you don't mind, I would like to test it somewhat further for these days. And I suggest that everyone else with this hardware (Raphael and Mr-4) to test as well. Guess I won't be telling my parents they are running an rc1 kernel hehe... -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121225/b212a743/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-25 11:17 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #33 from Ronald <ronald645 at gmail.com> --- The FX5200 still functions and survived another cycle. I went ahead and tested your patch on a 'G73 (NV4B)' as well. Since modeset became mandatory suspend/resume never worked (anymore). It suspended, but resumed with a garbled console where some colors are off. Eventually, the card looks up. Recent rework made the screen completely black. So the regression regressed even further. Current head with your patch restores the second regression back to where the display is garbled after resume (after which it looks up again). So I'm fairly confident that your patch restores pre rework (v3.5) behaviour on these cards with respect to suspend and resume cycles. I'm going to test an NV4E laptop later, when I have time. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121225/5c70b6a6/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-25 12:24 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #34 from Ronald <ronald645 at gmail.com> --- Just tested v3.8rc1+nouveau+patch on an NV4E. Suspend and resume works! Though it takes about 1 minute before it shuts down (hangs somewhere). And maybe 1 or 2 minutes to resume (before screen is restored). Restarting is faster, but this looks promising. At least it works. Anyways, no regressions, just improvements. Thanks Santa! -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121225/88075dc6/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2012-Dec-25 16:35 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #35 from Marcin Slusarz <marcin.slusarz at gmail.com> --- Good. Please open new bug reports for the other issues you have with these (4B & 4E) boxes. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121225/42f0fb58/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-25 17:58 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Marcin Slusarz <marcin.slusarz at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #72085|0 |1 is obsolete| | --- Comment #36 from Marcin Slusarz <marcin.slusarz at gmail.com> --- Created attachment 72113 --> https://bugs.freedesktop.org/attachment.cgi?id=72113&action=edit fix v2 I simplified the fix a bit. Can you test it too? (Just one box would be enough) (Note that you don't need to run it on 3.8-rc1 - it's applicable to 3.7 too) -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121225/4f0070b8/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-25 20:07 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #37 from Ronald <ronald645 at gmail.com> --- Reverted the old patch and applied the new one. Did this on the same v3.8rc1+nouveau kernel tree. It only rebuilded the nouveau specific files. The FX5200 survived 4 consecutive cycles with this patch. It seems to exhibit the same behaviour as the previous patch: During suspend and resume, for a short moment, there is a blue/green stray pixel in the top left corner. Everything works fine though. Good to go if you ask me. Maybe apply it to 3.5 and 3.6 as well?? As for the other cards I mentioned (NV4E + NV4B) I merely referenced them to test the patch against regressions. Suspend is broken on NV4B since KMS became mandatory. And it seems to work somewhat on NV4E. *My primary aim is to guard against regressions.* FWIW, do you really want seperate bugs for the NV4E and NV4B??? They are just bugs, not regressions. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121225/f50241fe/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-25 20:28 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #38 from Marcin Slusarz <marcin.slusarz at gmail.com> --- This patch is not directly applicable to kernels < 3.7, although porting it is trivial. WRT other bugs: Yes, I would like to see separate bug reports. Suspend/resume should work for all cards and not take too much time. I don't promise fixing them, of course. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121225/a33c2e1f/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-26 11:31 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #39 from Ronald <ronald645 at gmail.com> --- Ok, I will file seperate bugs for these cards. FYI, the FX5200 survived 11 cycles so far without a hitch. Thanks a lot =) -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121226/1e9b67c7/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-26 11:38 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #40 from Ronald <ronald645 at gmail.com> --- Marcin, I already filed bug #23223 for the NV4B, I'll update that one. It's quite old, but I'll continue from there. I'll open a new one for the NV4E. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121226/1f10f424/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-26 12:28 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #41 from Ronald <ronald645 at gmail.com> --- I'm waiting on filing a bug for the NV4E. It seems that nouveau works properly, I don't see any delays or errors at all in dmesg. It is whining about the b43 firmware, but even if I unload the driver the resume still takes 1m and 30 seconds. But it works. I'm not sure this is a nouveau bug, hence I'm not filing it. I will dig deeper when I have time. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121226/88c0fa9e/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-26 17:11 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #42 from Rapha?l Droz <gibboris at gmail.com> --- perfect! the last patch did the trick (tested with vanilla 3.7). I hibernated several times, even with a running instance of glxgears. No problem anymore. On my side the startup time is not especially long. thanks -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121226/78bf2dac/attachment.html>
bugzilla-daemon at freedesktop.org
2012-Dec-26 19:39 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Marcin Slusarz <marcin.slusarz at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mr.dash.four at googlemail.com --- Comment #43 from Marcin Slusarz <marcin.slusarz at gmail.com> --- *** Bug 55258 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20121226/ed77251f/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-04 08:57 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 michael.weirauch at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65931|0 |1 is obsolete| | --- Comment #44 from michael.weirauch at gmail.com --- Created attachment 72499 --> https://bugs.freedesktop.org/attachment.cgi?id=72499&action=edit W520-4276CTO-NVC3 dmesg 3.8.0-rc1 suspend/resumce cycle screen garbage Tested NVC3 3.7.1 openSUSE kernel and nouveau 3.8.0-rc1 as of 2013-01-03. Both show same screen distortion (snowy background, button background and window border ok) on gdm when resuming. Though the system is "usable" load wise and doesn't lock-up. Am I still in the scope of this bug with the following endlessly repeating errors on resume? (Which will go away if killing X.) [ 1623.833303] nouveau E[ PGRAPH][0000:01:00.0] TRAP ch 1 [0x007fe00000 Xorg[1009]] [ 1623.833311] nouveau E[ PGRAPH][0000:01:00.0] SHADER 0xa004021e -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130104/8295cc55/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-04 10:17 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #45 from Mr-4 <mr.dash.four at googlemail.com> --- (In reply to comment #30)> @Rapha?l Droz: What kernel version are you using? And maybe the kernel > version from Mr-4 might be useful as well. Just to confirm.Apologies for this late reply, but since I first started experiencing these problems, and with no end in sight, I just got a bit fed up with it and was forced to downgrade my kernel - I am sticking with 3.3.x as it seems very stable as far as the nouveau suspend/resume problems go: I am getting an occasional "blip" (resume failure) about once every 15-20 suspend/resume cycles, which to me is as good and as manageable as it could be expected, given what I experienced with kernels 3.4, 3.5 and 3.6. I am currently waiting for 3.7 to become mainstream for my distro (I am using Fedora) so that I could give it a go, but I don't hold my breath to be honest. Just FYI: the problems I have experienced with kernels 3.4 - 3.6 have been the same as explained by a few others on here - every second suspend/resume cycle is a complete and utter failure, without exception. It's like a clockwork. I haven't applied the patch in Comment#37, but will do as soon as 3.7 becomes "mainstream" in my distro and will post the results on here. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130104/7804da21/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-04 11:23 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #46 from Lucas Stach <dev at lynxeye.de> --- (In reply to comment #45)> I am currently waiting for 3.7 to become mainstream for my distro (I am > using Fedora) so that I could give it a go, but I don't hold my breath to be > honest. >It will be a while until Fedora ships 3.7+ kernels by default. If you want to help test vanilla kernels there is a well maintained repo to do so. See https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130104/6701a395/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-04 14:04 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #47 from Marcin Slusarz <marcin.slusarz at gmail.com> --- michael.weirauch: this seems to be another bug -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130104/ea21127b/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2013-Jan-04 23:54 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #48 from Mr-4 <mr.dash.four at googlemail.com> --- (In reply to comment #46)> It will be a while until Fedora ships 3.7+ kernels by default. If you want > to help test vanilla kernels there is a well maintained repo to do so. > > See https://fedoraproject.org/wiki/Kernel_Vanilla_RepositoriesThen I am better off adopting the patch in Comment#31 to work with 3.6.10 because I am not going to turn my development machine, which I use nearly 24/7 into a test harness. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130104/5a4afc2a/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-05 07:20 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #49 from Mr-4 <mr.dash.four at googlemail.com> --- (In reply to comment #38)> This patch is not directly applicable to kernels < 3.7, although porting it > is trivial."Porting" of that patch against 3.6 is far from "trivial" - exercise in futility more like! There is no "nv50_fence.c" to start off with, "nouveau_drm" struct isn't there either, let alone that "nv10_fence_priv" doesn't seem to have "base.resume" defined at all. I think I am going to stick with 3.3 until 3.7 comes out and then decide what to do next... -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130105/e61174aa/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-05 12:57 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #50 from Ronald <ronald645 at gmail.com> --- @Mr-4, I assumed that most of the rework went in at v3.5 regarding power management. But v3.7 had the huge overhaul everyone is talking about. So therefore I assumed that the patch might work at v3.5 and v3.6 as well. However, both kernels are EOL'ed. Sorry for the confusion and the false hope... Maybe you can send a patch to Fedora? Maybe they will happily backport it for you. Especially since they try to be bleeding edge and all... -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130105/895a7f49/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-05 14:56 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #51 from Mr-4 <mr.dash.four at googlemail.com> --- (In reply to comment #50)> Maybe you can send a patch to Fedora? Maybe they will happily backport it > for you. Especially since they try to be bleeding edge and all...I would have if I knew how to fix it and make it work, since I assumed the changes will be ... (ahem) quite "trivial". As it turns out, they aren't and my knowledge of this driver's inner workings isn't enough for me to re-create the patch for 3.6, which, incidentally, is still the latest mainstream-supported kernel by my distro. Ben Skeggs, who is responsible for the nvidia branch at Fedora (and who also appears listed in this bug) could do that - whether he chooses to is up to him, though given my past experiences with nvidia team @Fedora, I am not holding my breath. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130105/0a513e42/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-19 23:03 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Florian Mickler <florian at mickler.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |florian at mickler.org --- Comment #52 from Florian Mickler <florian at mickler.org> --- A patch referencing this bug report has been merged in Linux v3.8-rc4: commit f20ebd034eab43fd38c58b11c5bb5fb125e5f7d7 Author: Marcin Slusarz <marcin.slusarz at gmail.com> Date: Tue Dec 25 18:13:22 2012 +0100 drm/nv17-50: restore fence buffer on resume -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130119/d6a56699/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-20 00:24 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Marcin Slusarz <marcin.slusarz at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130120/57c99455/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-22 04:14 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #53 from Herton Krzesinski <herton at canonical.com> --- Created attachment 73421 --> https://bugs.freedesktop.org/attachment.cgi?id=73421&action=edit Backport for 3.5 (and may be 3.6) For who is still using or interested in kernel 3.5 or 3.6, can you try/verify the attached patch? I checked and hope that it works, ended up being a simpler diff. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130122/22eb4707/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-23 04:36 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Herton Krzesinski <herton at canonical.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #73421|0 |1 is obsolete| | --- Comment #54 from Herton Krzesinski <herton at canonical.com> --- Created attachment 73488 --> https://bugs.freedesktop.org/attachment.cgi?id=73488&action=edit Backport for 3.5 (and may be 3.6) - fixed Sorry, the patch I posted had a small typo, this one is ok... -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130123/188b38c2/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-23 08:04 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #55 from Ronald <ronald645 at gmail.com> --- I will try to test this weekend, cannot promise anything though. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130123/8a26cf1f/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-23 15:31 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #56 from Ronald <ronald645 at gmail.com> --- Spot on! It worked :) Just found a small window to test: - 3.5.7+patch(v2): success! 5 cycles, clean dmesg - 3.6.9+patch(v2): success! 5 cycles, clean dmesg Backporting this will make a lot of people happy. Thank you. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130123/b8950ce9/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-23 17:24 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #57 from Marcin Slusarz <marcin.slusarz at gmail.com> --- This backported patch will crash on nv10-nv17 - priv->bo is only created for chipsets >= nv17. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130123/fec3eccc/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-24 17:54 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 Herton Krzesinski <herton at canonical.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #73488|0 |1 is obsolete| | --- Comment #58 from Herton Krzesinski <herton at canonical.com> --- Created attachment 73597 --> https://bugs.freedesktop.org/attachment.cgi?id=73597&action=edit Backport for 3.5 (and may be 3.6) - fixed again argh, thanks. This is the fixed version. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130124/2948ad74/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-31 00:46 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #59 from Mr-4 <mr.dash.four at googlemail.com> --- (In reply to comment #58)> Created attachment 73597 [details] [review] > Backport for 3.5 (and may be 3.6) - fixed againI have to say, I didn't expect for this to be fixed, but this time it looks as though this nasty bug is being squashed. I have been doing hibernate/restore like mad (a couple of times a day) for the past week and not a single glitch, not one! My one-and-only gripe with this (and it really is a minor one, given the circumstances) is that since I used a "fork" of the mainstream driver from Martin Peres (mupuf) at gitorious (http://gitorious.org/linux-nouveau-pm/linux-nouveau-pm/commits/thermal) to take advantage of the automatic fan management so that I don't have to execute "echo 40 > /sys/class/drm/card0/device/pwm0" every time I come out of hibernation and stop my nvidia fan wailing like a jet engine, this is still not implemented in the main stream driver code. I used to have this so that when I come out of hibernate the automatic fan management takes over and reduces my fan speed according to the current temperature of the video card. It worked a treat, but I don't seem to be getting this any more and applying the patch which fixed the above bug is not possible against Martin's fork, unfortunately. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130131/b4bb1e94/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Jan-31 08:04 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #60 from Ronald <ronald645 at gmail.com> --- (In reply to comment #59) You can put the following line: "echo 40 > /sys/class/drm/card0/device/pwm0" In a file in /usr/lib/pm-utils/sleep.d/ Check out the other files on the format/arguments. Make sure you have the permissions right (root:root 700). -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130131/64fa2e51/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2013-Jan-31 13:36 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #61 from Mr-4 <mr.dash.four at googlemail.com> --- (In reply to comment #60)> You can put the following line: > > "echo 40 > /sys/class/drm/card0/device/pwm0" > > In a file in > > /usr/lib/pm-utils/sleep.d/Thanks Roland, I'll try that, though, ideally, I would have liked to get my automatic fan management back - it was absolutely flawless. I don't know why it was discarded from the mainstream tree. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130131/8552b322/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-16 17:09 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #62 from francoism <francois5537 at gmail.com> --- Sorry for not replying (for a long time). I'm still having this issue when resume (gives RGB-stripes/freeze). The following packages are installed from the Arch Linux repo: nouveau-dri 9.0.2-1 xf86-video-nouveau 1.0.6-1 linux 3.7.8-1 I have not tried the GIT-version in AUR. The GPU is an EVGA nVidia GeForce 450 GTS (1GB RAM). -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130216/2ce83444/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-16 17:14 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #63 from Ronald <ronald645 at gmail.com> --- Did you apply the patch from comment #36? https://bugs.freedesktop.org/show_bug.cgi?id=50121#c36 Only v3.8 carries the fix. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130216/593ecf84/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-16 17:45 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #64 from Mr-4 <mr.dash.four at googlemail.com> --- (In reply to comment #63)> Only v3.8 carries the fix.Nope! My own distro (Fedora, as it turns out) had this patch already in their main nv tree as of kernel 3.7.4, so there was no need for me to apply it separately - I just built the kernel and had zero problems with my nv card ever since. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130216/604ce0c8/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-19 08:55 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #65 from Petr Stastny <p.stastny at gmx.de> --- (In reply to comment #44) I am experiencing the same problem on my w520 with Nvidia GF106 [Quadro 2000M].. I get the same symptoms / messages. Did you find a fix for the problem? I noticed that suspend / resume works if using libdrm-nouveau1a only (without libdrm-nouveau2), however I the mouse gets lost on resume. If using libdrm-nouveau2, I get the problems.. Maybe the problem is somehow related to dri2?> Am I still in the scope of this bug with the following endlessly repeating > errors on resume? (Which will go away if killing X.) > > [ 1623.833303] nouveau E[ PGRAPH][0000:01:00.0] TRAP ch 1 [0x007fe00000 > Xorg[1009]] > [ 1623.833311] nouveau E[ PGRAPH][0000:01:00.0] SHADER 0xa004021e-- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130219/9412f498/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-19 09:12 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #66 from michael.weirauch at gmail.com --- (In reply to comment #65)> (In reply to comment #44) > I am experiencing the same problem on my w520 with Nvidia GF106 [Quadro > 2000M].. I get the same symptoms / messages. Did you find a fix for the > problem? > > I noticed that suspend / resume works if using libdrm-nouveau1a only > (without libdrm-nouveau2), however I the mouse gets lost on resume. If using > libdrm-nouveau2, I get the problems.. Maybe the problem is somehow related > to dri2? > > > Am I still in the scope of this bug with the following endlessly repeating > > errors on resume? (Which will go away if killing X.) > > > > [ 1623.833303] nouveau E[ PGRAPH][0000:01:00.0] TRAP ch 1 [0x007fe00000 > > Xorg[1009]] > > [ 1623.833311] nouveau E[ PGRAPH][0000:01:00.0] SHADER 0xa004021eVery interessting comments. Please attach this info again to bug 59168 where the W520 lovers hang around regarding this issue. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130219/1703628e/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-25 18:24 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #67 from Mr-4 <mr.dash.four at googlemail.com> --- Here we go again... After experiencing the joy and the meaning of "stability" and what it feels like, I decided to upgrade to kernel 3.7.9 (the latest stable) from 3.7.4 and voila... this bug reared its ugly head again after the first hibernate/restore cycle. This is what I get: kernel: PM: Syncing filesystems ... done. kernel: Freezing user space processes ... (elapsed 0.01 seconds) done. kernel: PM: Preallocating image memory... done (allocated 220534 pages) kernel: PM: Allocated 882136 kbytes in 0.25 seconds (3528.54 MB/s) kernel: Freezing remaining freezable tasks ... (elapsed 3.29 seconds) done. kernel: Suspending console(s) (use no_console_suspend to debug) kernel: sd 2:0:0:0: [sda] Synchronizing SCSI cache kernel: i8042 kbd 00:0a: wake-up capability enabled by ACPI kernel: mpu401 00:05: disabled kernel: nouveau [ DRM] suspending fbcon... kernel: nouveau [ DRM] suspending display... kernel: nouveau [ DRM] unpinning framebuffer(s)... kernel: nouveau [ DRM] evicting buffers... kernel: pciehp 0000:00:02.0:pcie04: pciehp_suspend ENTRY kernel: agpgart-via 0000:00:00.0: Refused to change power state, currently in D0 kernel: pci 0000:00:13.1: wake-up capability enabled by ACPI kernel: nouveau [ DRM] suspending client object trees... kernel: PM: freeze of devices complete after 343.943 msecs kernel: PM: late freeze of devices complete after 0.310 msecs kernel: PM: noirq freeze of devices complete after 0.488 msecs kernel: ACPI: Preparing to enter system sleep state S4 kernel: PM: Saving platform NVS memory kernel: Disabling non-boot CPUs ... kernel: Broke affinity for irq 1 kernel: Broke affinity for irq 16 kernel: smpboot: CPU 1 is now offline kernel: PM: Creating hibernation image: kernel: PM: Need to copy 169979 pages kernel: PM: Restoring platform NVS memory kernel: Enabling non-boot CPUs ... kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1 kernel: CPU1 is up kernel: ACPI: Waking up from system sleep state S4 kernel: PM: noirq restore of devices complete after 22.507 msecs kernel: PM: early restore of devices complete after 0.121 msecs kernel: pciehp 0000:00:02.0:pcie04: pciehp_resume ENTRY kernel: nouveau [ DRM] re-enabling device... kernel: nouveau [ DRM] resuming client object trees... kernel: nouveau [ VBIOS][0000:01:00.0] running init tables kernel: pci 0000:00:13.1: wake-up capability disabled by ACPI kernel: mpu401 00:05: activated kernel: i8042 kbd 00:0a: wake-up capability disabled by ACPI kernel: agpgart-via 0000:00:00.0: AGP 3.5 bridge kernel: agpgart: kworker/u:1 tried to set rate=x12. Setting to AGP3 x8 mode. kernel: agpgart-via 0000:00:00.0: putting AGP V3 device into 8x mode kernel: nouveau 0000:01:00.0: putting AGP V3 device into 8x mode kernel: nouveau [ DRM] resuming display... kernel: nouveau [ PFIFO][0000:01:00.0] unknown intr 0x00010000, ch 0 [...ad infinitum...] kernel: nouveau [ PFIFO][0000:01:00.0] still angry after 101 spins, halt kernel: nouveau [ DRM] 0xD3FB: Parsing digital output script table kernel: nouveau [ DRM] Setting dpms mode 3 on TV encoder (output 3) kernel: nouveau [ DRM] 0xD3FB: Parsing digital output script table abrt[3701]: not dumping repeating crash in '/usr/bin/Xorg' kernel: nouveau E[ 3644] failed to idle channel 0xcccc0000 abrt[3716]: saved core dump of pid 3710 (/usr/bin/Xorg) to /var/spool/abrt/ccpp-1361815666-3710.new/coredump (3674112 bytes) abrtd: Directory 'ccpp-1361815666-3710' creation detected abrtd: Crash is in database already (dup of /var/spool/abrt/ccpp-1361815646-2078) abrtd: Deleting crash ccpp-1361815666-3710 (dup of ccpp-1361815646-2078), sending dbus signal kernel: nouveau E[ 3710] failed to idle channel 0xcccc0000 abrt[3726]: not dumping repeating crash in '/usr/bin/Xorg' kernel: nouveau E[ 3720] failed to idle channel 0xcccc0000 [...the last two messages repeat ad-infinitum...] So, I think that whatever was done in the nvidia kernel code after 3.7.4 (I haven't tested with version prior to 3.7.9) brought that nasty bug back to life and I think it should be reopened, seeing that I am not the only one experiencing this... -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130225/22372b68/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2013-Feb-25 19:40 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #68 from Ronald <ronald645 at gmail.com> --- Is it consistent, git says 'no': ronald at Alpha /usr/src/linux :) $ git log --oneline --no-merges v3.7.4...v3.7.9 -- drivers/gpu/drm 330b8ab drm/nouveau: add lockdep annotations c7fc196 drm/radeon: Calling object_unrefer() when creating fb failure b666341 drm/radeon: prevent crash in the ring space allocation 3e15c0b drm/radeon: protect against div by 0 in backend setup f69c00e drm/radeon: fix backend map setup on 1 RB sumo boards cb23301 drm/radeon: fix MC blackout on evergreen+ 04589e1 drm/radeon: add quirk for RV100 board 4e370f5 drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TN 83f83a0 drm/radeon/evergreen+: wait for the MC to settle after MC blackout ec8a7ca drm/i915: fix FORCEWAKE posting reads 710c8f5 drm/radeon: fix a rare case of double kfree c140fec drm/radeon: fix error path in kpage allocation 72b56e8 efi: Make 'efi_enabled' a function to query EFI facilities 8a9d24b drm/i915: dump UTS_RELEASE into the error_state 36ce28c drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waits 924782c drm/i915: Disable AsyncFlip performance optimisations 18c8e49 radeon_display: Use pointer return error codes 45bced1 drm/radeon: fix cursor corruption on DCE6 and newer dd1b4df drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabled 5afeb70 drm/i915: Invalidate the relocation presumed_offsets along the slow path Don't think the lockdep annotations do anything that changes the code. But you might want to give it a try... -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130225/fdc68fb4/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-25 19:42 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #69 from Ronald <ronald645 at gmail.com> --- Whoops, typo in first sentence. What I meant was: Is the crash consistent? Does it happen every time? The fix should be applied at v3.7.3: ronald at Alpha /usr/src/linux :) $ git log --oneline --no-merges v3.7^...v3.7.9 -- drivers/gpu/drm/nouveau Makefile 5b7be63 Linux 3.7.9 7773647 Linux 3.7.8 330b8ab drm/nouveau: add lockdep annotations 89c5f13 Linux 3.7.7 07c4ee0 Linux 3.7.6 13280f4 Linux 3.7.5 8380f1a arm64: makefile: fix uname munging when setting ARCH on native machine 8a69ca2 Linux 3.7.4 078314e Linux 3.7.3 39c5cda drm/nvc0/fb: fix crash when different mutex is used to protect same list c6f94c3 drm/nouveau/clock: fix support for more than 2 monitors on nve0 7fbc316 drm/nouveau: add locking around instobj list operations 4d64387 drm/nouveau: fix blank LVDS screen regression on pre-nv50 cards ad30b29 drm/nv17-50: restore fence buffer on resume 2370a21 drm/prime: drop reference on imported dma-buf come from gem cfdfb8f drm/nouveau: fix init with agpgart-uninorth a77af8b kbuild: Do not remove vmlinux when cleaning external module e6577f3 Linux 3.7.2 cc86050 Linux 3.7.1 2959440 Linux 3.7 Yes, I'm showing off my newly attained git skillz =P -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130225/a937ddd3/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-27 03:17 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #70 from Mr-4 <mr.dash.four at googlemail.com> --- (In reply to comment #69)> Is the crash consistent? Does it happen every time? The fix should be > applied at v3.7.3:No. I've downgraded the kernel slightly - from 3.7.9-201 to 3.7.9-101 (both official releases from Fedora) and after the first hibernate/restore cycle I get: nouveau [ PFIFO][0000:01:00.0] DMA_PUSHER - Ch 0 Get 0x00000004 Put 0x000000c0 State 0x80000720 (err: INVALID_CMD) Push 0x00000000 However, the restore seems to work OK - I have no side effects after it is done, apart from the above message, so this might be an indication on what goes wrong - don't know, but thought to post it here. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130227/1257cd00/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Feb-27 05:32 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #71 from Ronald <ronald645 at gmail.com> --- You should test with a vanilla kernel to exclude distro tampering of the kernel. Furthermore, maybe test if the above patch introduces this regression? Whatever you do, I suggest you open a new bug for this to get some more exposure. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130227/83c5f04e/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Apr-30 00:48 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #72 from Mr-4 <mr.dash.four at googlemail.com> --- Things have been pretty stable with 3.8.1, but it is getting a bit "twitchy" with 3.8.7 - on two separate occasions I've got the following error on restore: kernel: nouveau [ DRM] re-enabling device... kernel: nouveau [ DRM] resuming client object trees... kernel: nouveau [ VBIOS][0000:01:00.0] running init tables kernel: nouveau [ DRM] resuming display... kernel: nouveau W[ PFIFO][0000:01:00.0] unknown intr 0x00010000, ch 0 kernel: nouveau W[ PFIFO][0000:01:00.0] unknown intr 0x00010000, ch 0 kernel: nouveau W[ PFIFO][0000:01:00.0] unknown intr 0x00010000, ch 0 [...] kernel: nouveau E[ PFIFO][0000:01:00.0] still angry after 101 spins, halt kernel: nouveau [ DRM] 0xD3FB: Parsing digital output script table kernel: nouveau [ DRM] Setting dpms mode 3 on TV encoder (output 3) kernel: nouveau [ DRM] 0xD3FB: Parsing digital output script table at which point the whole screen starts with the now-familiar black-and-white rectangles and I have no option, but to reboot. The above error does not happen very often - maybe every 8-10 hibernate/resume cycles, but with the 3.8.1. kernel I didn't have any errors at all. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130430/405ce260/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Apr-30 07:57 UTC
[Nouveau] [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
https://bugs.freedesktop.org/show_bug.cgi?id=50121 --- Comment #73 from Ronald <ronald645 at gmail.com> --- Assuming it's nouveau specific and not drm: 2705de0 drm/nouveau: fix handling empty channel list in ioctl's is between 3.8.6 and 3.8.7. However, there are some generic DRM changes as well: faec22f KMS: fix EDID detailed timing frame rate eaa1a61 KMS: fix EDID detailed timing vsync parsing To be honest, my card is wonky too. Sometimes the screen goes black and it oopses (I think). But I think some of it is also old age... -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130430/851f217c/attachment.html>
Possibly Parallel Threads
- [Bug 23223] New: Regression: Nvidia Geforce 7300 (NV4B) fails to suspend
- [Bug 59168] New: [nvc3/Quadro2000M] graphic garbage/corruption/noise on resume
- [Bug 53402] New: nouveau_bo.c:463:3: error: implicit declaration of function 'ttm_agp_tt_create'
- [Bug 70213] New: [git-v3.12-rc3 + nouveau HEAD] Vmalloc failure -> pci_pm_freeze(): nouveau_pmops_freeze+0x0/0x50 returns -12
- [Bug 75569] New: [nv34] [v3.14-rc3] DMA_PUSHER get 0x00029044 put 0x000184d0 state 0x80000040 (err: INVALID_CMD) push 0x00000000