Re: [Nouveau] Latest Git still freezes AGP [GeForce 7600 GS]

2011-01-09 Thread Roger
On Sat, Jan 08, 2011 at 04:27:47PM -0900, rogerx@gmail.com wrote: On Sat, Jan 08, 2011 at 02:41:55PM -0900, Roger wrote: Just a ping here concerning the nVidia Corporation G73 [GeForce 7600 GS] and AGP issues. I still have to use agpmode=0 (aka kernel parameter nouveau.agpmode=0) to avoid

[Nouveau] [Bug 32933] New: Screen corruption with drm-nouveau-next

2011-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32933 Summary: Screen corruption with drm-nouveau-next Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major

[Nouveau] [Bug 32933] Screen corruption with drm-nouveau-next

2011-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32933 --- Comment #1 from Lucas Stach d...@lynxeye.de 2011-01-09 03:09:41 PST --- Forget to mention: Xorg-server is 7.4 from Fedora 14 stock graphics adapter is nvA0 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Nouveau] [Bug 32933] Screen corruption with drm-nouveau-next

2011-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32933 --- Comment #2 from Ben Skeggs skeg...@gmail.com 2011-01-09 03:35:57 PST --- Can you post dmesg please. Also, any chance of finding which commit is responsible. Thanks :) -- Configure bugmail:

Re: [Nouveau] Latest Git still freezes AGP [GeForce 7600 GS]

2011-01-09 Thread Roger
On Sun, Jan 09, 2011 at 01:44:26AM -0900, Roger wrote: On Sun, Jan 09, 2011 at 01:20:04AM -0900, Roger wrote: On Sat, Jan 08, 2011 at 04:27:47PM -0900, rogerx@gmail.com wrote: On Sat, Jan 08, 2011 at 02:41:55PM -0900, Roger wrote: Just a ping here concerning the nVidia Corporation G73

Re: [Nouveau] [PATCH] change temp sensor defaults to neutral ones

2011-01-09 Thread Francisco Jerez
Lucas Stach d...@lynxeye.de writes: The attached patch deletes some defaults which are not really defaults and changes the standard values to calculation neutral ones. I discussed the matter with mupuf on irc and we agreed on this solution. Hi, I'm attaching the BIOS dump from an nv4a card

[Nouveau] [Bug 32645] NV20 GF 3 Ti 200, displays blank screen to DVI

2011-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32645 --- Comment #23 from Francisco Jerez curroje...@riseup.net 2011-01-09 04:48:14 PST --- Created an attachment (id=41797) View: https://bugs.freedesktop.org/attachment.cgi?id=41797 Review:

[Nouveau] [Bug 32933] Screen corruption with drm-nouveau-next

2011-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32933 --- Comment #3 from Lucas Stach d...@lynxeye.de 2011-01-09 09:23:59 PST --- Logs do not contain anything interesting. But I bisected the issue today. It seems the problematic commit is 5f6fdca570b13a8a2c9cab9ab6edfc17487049cf -- Configure

[Nouveau] [libdrm PATCH 1/3] nouveau: remove unused OUT_RELOC2 and OUT_RELOCr

2011-01-09 Thread Marcin Slusarz
--- nouveau/nouveau_pushbuf.h | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/nouveau/nouveau_pushbuf.h b/nouveau/nouveau_pushbuf.h index 2a98789..70d0f28 100644 --- a/nouveau/nouveau_pushbuf.h +++ b/nouveau/nouveau_pushbuf.h @@ -109,15 +109,6 @@

[Nouveau] [libdrm PATCH 3/3] nouveau: remove unused data2 argument from reloc functions

2011-01-09 Thread Marcin Slusarz
Remove data2 arg from nouveau_pushbuf_emit_reloc and nouveau_reloc_emit. Note: it changes the API ABI of libdrm_nouveau. --- nouveau/nouveau_pushbuf.c |4 ++-- nouveau/nouveau_pushbuf.h |4 ++-- nouveau/nouveau_reloc.c |2 +- nouveau/nouveau_reloc.h |2 +- 4 files changed, 6

[Nouveau] [libdrm PATCH 2/3] nouveau: add OUT_RELOChl

2011-01-09 Thread Marcin Slusarz
--- nouveau/nouveau_pushbuf.h | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/nouveau/nouveau_pushbuf.h b/nouveau/nouveau_pushbuf.h index 70d0f28..5151e01 100644 --- a/nouveau/nouveau_pushbuf.h +++ b/nouveau/nouveau_pushbuf.h @@ -142,4 +142,15 @@

[Nouveau] [ddx PATCH] convert OUT_RELOCh + OUT_RELOCl to OUT_RELOChl

2011-01-09 Thread Marcin Slusarz
--- src/nv50_accel.c | 32 src/nv50_exa.c | 24 src/nv50_xv.c| 25 - 3 files changed, 24 insertions(+), 57 deletions(-) diff --git a/src/nv50_accel.c b/src/nv50_accel.c index d6c7528..3ba2898 100644 ---

[Nouveau] [mesa PATCH 2/2] gallium/nouveau: convert OUT_RELOCh + OUT_RELOCl to OUT_RELOChl

2011-01-09 Thread Marcin Slusarz
--- src/gallium/drivers/nv50/nv50_query.c |6 +-- src/gallium/drivers/nv50/nv50_screen.c | 39 src/gallium/drivers/nv50/nv50_shader_state.c |3 +- src/gallium/drivers/nv50/nv50_surface.c| 12 ++-

[Nouveau] [PATCH] Add PFIFO and PGRAPH pausing methods

2011-01-09 Thread Martin Peres
Hi, I'm still working on getting the reclocking work done right. There are several parts I identify: - Pausing PFIFO (with its caches), pause PGRAPH and wait for idle - Stop some PLL (I guess it is more, physically disconnect them from the engines) using the 0xc040 register. - reclock memory