Re: [PATCH] drm: fix cliprects leaking in drm_rmdraw()

2008-10-17 Thread Eric Anholt
On Fri, 2008-10-17 at 13:16 +0800, Zhenyu Wang wrote: From 4aab96c10fca2d5a3f89e56a4d6a96c6125cf932 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang [EMAIL PROTECTED] Date: Fri, 17 Oct 2008 11:32:32 +0800 Subject: [PATCH] drm: fix cliprects leaking in drm_rmdraw() Signed-off-by: Zhenyu Wang

building the sources

2008-10-17 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm having an odd problem building the dri sources on my FreeBSD machine. I have to admit that while I feel quite at home with both the FreeBSD and GNU Makes, all of the varioius auto-tools confound me. That's why my current problem is. I first

Re: [PATCH] drm: fix stalled cliprects when update drawable info with zero rects.

2008-10-17 Thread Eric Anholt
On Fri, 2008-10-17 at 13:15 +0800, Zhenyu Wang wrote: From 09a461ca6d05b0c6e82aeca158bad6549ba84904 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang [EMAIL PROTECTED] Date: Fri, 17 Oct 2008 11:20:14 +0800 Subject: [PATCH] drm: fix stalled cliprects when update drawable info with zero rects.

Re: [PATCH] drm: fix cliprects leaking in drm_rmdraw()

2008-10-17 Thread Keith Packard
On Fri, 2008-10-17 at 15:48 +0800, Zhenyu Wang wrote: On 2008.10.16 23:27:12 -0700, Eric Anholt wrote: On Fri, 2008-10-17 at 13:16 +0800, Zhenyu Wang wrote: From 4aab96c10fca2d5a3f89e56a4d6a96c6125cf932 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang [EMAIL PROTECTED] Date: Fri, 17 Oct 2008

[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2008-10-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626 --- Comment #21 from [EMAIL PROTECTED] 2008-10-17 02:37 --- Just to let you know. I am now on 2.6.27-rc6, xserver-core 1.4.2, xorg 7.3, and the problem is still there. I needed to install some openGL apps (I did not use any before

[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2008-10-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626 --- Comment #22 from [EMAIL PROTECTED] 2008-10-17 04:20 --- Michael, did you ever try turning off AGP? Wrong AGPMode setting, or AGP at all, is known to cause system freezes. Add this to your Device section: Option BusType PCI If that

[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2008-10-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626 --- Comment #23 from [EMAIL PROTECTED] 2008-10-17 04:50 --- Tormod, well, I am pretty sure that I have tried many xorg options when I first reported the bug (two years ago) including different AGPmodes, but I will try BusType PCI again.

[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2008-10-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626 --- Comment #24 from [EMAIL PROTECTED] 2008-10-17 06:11 --- Hmm, one question: Is AGP only used in opengl apps? I guess not. It rather seems to be the basic hardware communication protocol, isn't it? Because, without opengl I don't

[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2008-10-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626 --- Comment #26 from [EMAIL PROTECTED] 2008-10-17 06:36 --- Using option PCI often help in lockup case, AGP is wacky. And having freeze only with gl apps doesn't rule out this option. -- Configure bugmail:

[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2008-10-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626 --- Comment #25 from [EMAIL PROTECTED] 2008-10-17 06:27 --- AFAIK, the DRI is the only component that uses AGP transfers with the ATI cards. If you don't enable DRI, AGP is not used, only basic PCI over the AGP slot. -- Configure

[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2008-10-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626 --- Comment #27 from [EMAIL PROTECTED] 2008-10-17 07:20 --- PCI vs. AGP only affects the GART setup for GPU access to buffers in system memory (command buffers, vertex buffers, etc.). AGP tends to be problematic. The radeon PCI GART

[Bug 17895] Radeon XPRESS 200M (RC410) - xorg crash after prolonged exercise of compiz

2008-10-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17895 --- Comment #1 from Alex Villacís Lasso [EMAIL PROTECTED] 2008-10-17 11:07:39 PST --- Created an attachment (id=19724) -- (http://bugs.freedesktop.org/attachment.cgi?id=19724) Another log displaying the same crash The crashes are occurring

[Bug 17723] Radeon XPRESS 200M (RC410) - xorg crash when enabling compiz with 32 Mb VRAM

2008-10-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17723 --- Comment #50 from Alex Villacís Lasso [EMAIL PROTECTED] 2008-10-17 11:11:53 PST --- There's also a crash in the log file though, does that only occur on shutdown? If so, I think this is a substantial improvement over the original

Re: [PATCH] drm: fix cliprects leaking in drm_rmdraw()

2008-10-17 Thread Eric Anholt
On Fri, 2008-10-17 at 02:04 -0700, Keith Packard wrote: On Fri, 2008-10-17 at 15:48 +0800, Zhenyu Wang wrote: On 2008.10.16 23:27:12 -0700, Eric Anholt wrote: On Fri, 2008-10-17 at 13:16 +0800, Zhenyu Wang wrote: From 4aab96c10fca2d5a3f89e56a4d6a96c6125cf932 Mon Sep 17 00:00:00 2001

[git pull] drm patches for 2.6.27-rc1

2008-10-17 Thread Dave Airlie
Hi Linus, This is a new tree, I had a conflict with your latest tree due to some trivial cleanups you merged. I've added the fix for CVE-2008-3831 which is unembargoed. Please pull the 'drm-next' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-next This

Re: [git pull] drm patches for 2.6.27-rc1

2008-10-17 Thread Linus Torvalds
On Fri, 17 Oct 2008, Dave Airlie wrote: Please pull the 'drm-next' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-next Grr. This whole merge series has been full of people sending me UNTESTED CRAP. So what's the excuse _this_ time for adding all these

Re: [git pull] drm patches for 2.6.27-rc1

2008-10-17 Thread Eric Anholt
On Fri, 2008-10-17 at 15:43 -0700, Linus Torvalds wrote: On Fri, 17 Oct 2008, Dave Airlie wrote: Please pull the 'drm-next' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-next Grr. This whole merge series has been full of people sending me

Re: [git pull] drm patches for 2.6.27-rc1

2008-10-17 Thread Linus Torvalds
On Fri, 17 Oct 2008, Eric Anholt wrote: Yeah, none of us are on x86-64, so we missed those warnings in testing. Really? None of you use any modern CPU's, or you're _all_ running 32-bit distros even though your cpu's could support 64-bit ones? I would suggest at least _somebody_ in the

Re: [git pull] drm patches for 2.6.27-rc1

2008-10-17 Thread Keith Packard
On Fri, 2008-10-17 at 19:47 -0700, Linus Torvalds wrote: Really? None of you use any modern CPU's, or you're _all_ running 32-bit distros even though your cpu's could support 64-bit ones? We're lazy, perhaps even lazier than yourself. Given that the whole goal is to essentially ignore the CPU