Re: [Nouveau] [PATCH 1/2] exa: turn WaitMarker into a NOP.

2009-02-26 Thread Ben Skeggs
On Thu, 2009-02-26 at 21:55 +0100, Maarten Maathuis wrote: > - map should handle this. It does, but we don't use prepare/finish_access() hooks to do map() on the buffer in the non-driver-pixmaps case. I guess we could use prepare/finish_access() there too, it probably wouldn't hurt any. Ben. > --

Re: [Nouveau] [PATCH 2/2] exa: do PrepareAccess for classic too, since we do need to map the frontbuffer.

2009-02-26 Thread Ben Skeggs
On Thu, 2009-02-26 at 21:55 +0100, Maarten Maathuis wrote: > - I'm surprised we didn't get serious complaints about not being able to > render to the frontbuffer. We don't get serious complaints because it's not an issue. EXA is given the virtual address, and it remembers it. The design of the m

[Nouveau] [Bug 20341] NV31 lockup

2009-02-26 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20341 --- Comment #2 from Jason Detring 2009-02-26 17:59:07 PST --- Created an attachment (id=23348) --> (http://bugs.freedesktop.org/attachment.cgi?id=23348) xorg.conf -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Nouveau] [Bug 20341] NV31 lockup

2009-02-26 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20341 --- Comment #1 from Jason Detring 2009-02-26 17:51:49 PST --- Created an attachment (id=23347) --> (http://bugs.freedesktop.org/attachment.cgi?id=23347) Verbose drm.ko output from dmesg -- Configure bugmail: http://bugs.freedesktop.org/u

[Nouveau] [Bug 20341] New: NV31 lockup

2009-02-26 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20341 Summary: NV31 lockup Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver

[Nouveau] [PATCH 2/2] exa: do PrepareAccess for classic too, since we do need to map the frontbuffer.

2009-02-26 Thread Maarten Maathuis
- I'm surprised we didn't get serious complaints about not being able to render to the frontbuffer. --- src/nouveau_exa.c | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c index 20ad380..4b21e80 100644 --- a/src/nouveau_

[Nouveau] [PATCH 1/2] exa: turn WaitMarker into a NOP.

2009-02-26 Thread Maarten Maathuis
- map should handle this. --- src/nouveau_exa.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c index b656ca7..20ad380 100644 --- a/src/nouveau_exa.c +++ b/src/nouveau_exa.c @@ -259,7 +259,7 @@ nouveau_exa_mark_sync(ScreenPtr pScreen)