[Nouveau] [Bug 25440] New: PATCH: fixes conflicting miptree definitions

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25440 Summary: PATCH: fixes conflicting miptree definitions Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: All Status: NEW Severity: normal Priority:

[Nouveau] [Bug 25410] Screen Turns Off On Resume (Geforce GT 230M)

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25410 --- Comment #6 from Manuel Garcia manuel.gwo...@gmail.com 2009-12-04 09:04:36 PST --- Instead, now my system freezes. I am not able able to reproduce it consistently: sometimes it happens after 30 minutes of use and sometimes after four or

[Nouveau] [Bug 25410] Screen Turns Off On Resume (Geforce GT 230M)

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25410 --- Comment #7 from Manuel Garcia manuel.gwo...@gmail.com 2009-12-04 09:05:03 PST --- Created an attachment (id=31747) -- (http://bugs.freedesktop.org/attachment.cgi?id=31747) Free log -- Configure bugmail:

[Nouveau] [Bug 25410] Screen Turns Off On Resume (Geforce GT 230M)

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25410 Manuel Garcia manuel.gwo...@gmail.com changed: What|Removed |Added Attachment #31747|Free log|Freeze log

[Nouveau] unable to play videos with nouveau

2009-12-04 Thread schmirrwurst
on geforce 8, each time I use the nouveau driver, I'm unable to play videos, the video area remains black ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

[Nouveau] [Bug 25451] New: Nouveau fails to resume on NV50 board

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25451 Summary: Nouveau fails to resume on NV50 board Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Nouveau] Merge 'drm-next' into 'nouveau/linux-2.6'

2009-12-04 Thread Johannes Obermayr
Hi, Dave Airlie updated his 'drm-next' tree to kernel 2.6.32. He also decided that he introduces a new way with his git branches.[1] Is it planned that 'drm-next' gets merged into 'nouveau/linux-2.6' in near future and then follow his new way? Thanks. Johannes [1]

Re: [Nouveau] unable to play videos with nouveau

2009-12-04 Thread Xavier
On Fri, Dec 4, 2009 at 9:25 PM, schmirrwu...@googlemail.com wrote: Le vendredi 4 décembre 2009 20:23:55, vous avez écrit : On Fri, Dec 4, 2009 at 6:19 PM,  schmirrwu...@googlemail.com wrote: on geforce 8, each time I use the nouveau driver, I'm unable to play videos, the video area remains

[Nouveau] [Bug 25453] New: nouveau + multiple xorg servers + suspend2ram trashes root partition

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25453 Summary: nouveau + multiple xorg servers + suspend2ram trashes root partition Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Nouveau] [PATCH] nouveau: avoid running out of relocs

2009-12-04 Thread Maarten Maathuis
Signed-off-by: Maarten Maathuis madman2...@gmail.com --- src/gallium/drivers/nouveau/nouveau_stateobj.h | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/nouveau/nouveau_stateobj.h b/src/gallium/drivers/nouveau/nouveau_stateobj.h index

[Nouveau] [PATCH] nouveau: avoid running out of relocs

2009-12-04 Thread Maarten Maathuis
Signed-off-by: Maarten Maathuis madman2...@gmail.com --- src/gallium/drivers/nouveau/nouveau_stateobj.h | 12 src/gallium/drivers/nv50/nv50_query.c |2 +- src/gallium/drivers/nv50/nv50_surface.c|2 ++ src/gallium/drivers/nv50/nv50_transfer.c |4

[Nouveau] [Bug 25410] Screen Turns Off On Resume (Geforce GT 230M)

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25410 --- Comment #8 from Xavier shinin...@gmail.com 2009-12-04 14:38:40 PST --- (In reply to comment #6) Instead, now my system freezes. I am not able able to reproduce it consistently: sometimes it happens after 30 minutes of use and sometimes

[Nouveau] [Bug 25451] Nouveau fails to resume on NV50 board

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25451 --- Comment #1 from Xavier shinin...@gmail.com 2009-12-04 14:49:18 PST --- I think I ran into some issue resuming on nv50 today as well. But in my case the laptop was completely locked, sysrq did not even have any effect. After rebooting, I

[Nouveau] [Bug 25410] Screen Turns Off On Resume (Geforce GT 230M)

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25410 --- Comment #9 from Manuel Garcia manuel.gwo...@gmail.com 2009-12-04 15:03:05 PST --- Thanks for the link. I knew B and S (also used that one when my laptop froze, forgot to mention it) but I did not know the other ones. I will try the new

Re: [Nouveau] [PATCH] nouveau: avoid running out of relocs

2009-12-04 Thread Ben Skeggs
NACK. You'll want to do this once, at the start of nv50_state_emit(), if we run out *during* state_emit() something's gone very wrong, and we'd need to fallback to software as the DDX does. Having the flush occur mid-frame will cause other issues. Ben. On Fri, 2009-12-04 at 22:59 +0100,

Re: [Nouveau] [PATCH] nouveau: avoid running out of relocs

2009-12-04 Thread Ben Skeggs
On Sat, 2009-12-05 at 00:35 +0100, Maarten Maathuis wrote: So the so_emit flush that was there was busted to begin with? Yes indeed. It's probably a remnant of the old days :) We need to do what the DDX does, and use MARK_RING() (which'll also check available pushbuf space) in the places it's