[2.6 patch] make drm_minors_cleanup() static

2008-04-29 Thread Adrian Bunk
This patch makes the needlessly global drm_minors_cleanup() static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- 33cfc2c40ea8449f0e36af7107778a2bdaffae19 diff --git a/drivers/char/drm/drm_drv.c b/drivers/char/drm/drm_drv.c index fc54140..7166a55 100644 --- a/drivers/char/drm/drm_drv.c +++

[Bug 10501] Screen is corrupted running compiz

2008-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10501 --- Comment #10 from Michel Dänzer [EMAIL PROTECTED] 2008-04-29 00:31:35 PST --- Created an attachment (id=16230) -- (http://bugs.freedesktop.org/attachment.cgi?id=16230) Mesa patch Does this patch remove the need for drirc? --

BSD libdrm Update

2008-04-29 Thread vehemens
I'm currently working on updating the bsd libdrm for use with my freebsd system. To reduce the work involved, I'm using some code from the linux kernel for lists and atomics. This also greatly reduces the amount of unique code required. Unfortunately I only have radeon rv370 and intel i810

[Bug 10501] Screen is corrupted running compiz

2008-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10501 --- Comment #11 from Thomas Champagne [EMAIL PROTECTED] 2008-04-29 04:45:46 PST --- Does this patch remove the need for drirc? Ok Michel, I try to test this patch. But I don't know if I will succeed it. -- Configure bugmail:

DRM Modesetting fbset tool?

2008-04-29 Thread Tom Cooksey
I've started playing with the modesetting branch of DRM and managed to get it to work on my GMA 965 based laptop (after working out I needed to pass modeset=1 as a parameter to the i915 module). On my laptop, I get /dev/fb0 /dev/fb1, with /dev/fb0 connected to my laptop screen (LVDS?) and fb1

[Bug 10501] Screen is corrupted running compiz

2008-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10501 --- Comment #12 from Thomas Champagne [EMAIL PROTECTED] 2008-04-29 08:22:03 PST --- I'v just tested the Michel's patch and it works for the r200 driver. Thanks for this patch Thomas -- Configure bugmail:

Re: DRM Modesetting fbset tool?

2008-04-29 Thread Jerome Glisse
On Tue, 29 Apr 2008 15:08:12 +0200 Tom Cooksey [EMAIL PROTECTED] wrote: I've started playing with the modesetting branch of DRM and managed to get it to work on my GMA 965 based laptop (after working out I needed to pass modeset=1 as a parameter to the i915 module). On my laptop, I get

Re: BSD libdrm

2008-04-29 Thread Jerome Glisse
On Mon, 28 Apr 2008 08:26:41 -0700 vehemens [EMAIL PROTECTED] wrote: I'm currently working on updating the bsd libdrm for use with my freebsd system. To reduce the work involved, I'm using some code from the linux kernel for lists and locks. This also greatly reduces the amount of unique

[Bug 10501] Screen is corrupted running compiz

2008-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10501 Michel Dänzer [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 15730] Blinking textures in ray mesa demo

2008-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15730 Roland Scheidegger [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 15193] mesa xdemo 'glthreads' draw nothing

2008-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15193 Colin.Joe [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 15193] mesa xdemo 'glthreads' draw nothing

2008-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15193 Colin.Joe [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED -- Configure

Re: BSD libdrm

2008-04-29 Thread vehemens
On Tuesday 29 April 2008 08:35:36 am Jerome Glisse wrote: On Mon, 28 Apr 2008 08:26:41 -0700 vehemens [EMAIL PROTECTED] wrote: I'm currently working on updating the bsd libdrm for use with my freebsd system. To reduce the work involved, I'm using some code from the linux kernel for lists