Re: 2.6.20 [drm:i915_wait_irq] *ERROR*

2007-02-06 Thread Dave Airlie
> > I'm running a 2.6.20 kernel on my macbook. When running an openGL > application, if the opengl window's region is moved somewhere outside > the screen limits, then keyboard locks, I can only move the mouse, > nothing response. I can only reboot the box by pressing the power button > 5 seconds.

Re: Hown compile and install linux-agp-compat

2007-02-06 Thread Sergio Monteiro Basto
On Tue, 2007-02-06 at 21:27 +0100, Thomas Hellström wrote: > > On Tue, 2007-02-06 at 19:51 +0100, Thomas Hellström wrote: > >> git-clone git://git.freedesktop.org/git/mesa/linux-agp-compat > >> cd linux-agp-compat/ > >> make > >> cc -I. -o testgart testgart.c > >> make -C /lib/modules/2.6.19-1.289

Re: Hown compile and install linux-agp-compat

2007-02-06 Thread Thomas Hellström
> On Tue, 2007-02-06 at 19:51 +0100, Thomas Hellström wrote: >> git-clone git://git.freedesktop.org/git/mesa/linux-agp-compat >> cd linux-agp-compat/ >> make >> cc -I. -o testgart testgart.c >> make -C /lib/modules/2.6.19-1.2895.fc6/build >> SUBDIRS=/home/sergio/Mesa/linux-agp-compat modules >> ma

Re: Hown compile and install linux-agp-compat

2007-02-06 Thread Sergio Monteiro Basto
On Tue, 2007-02-06 at 19:51 +0100, Thomas Hellström wrote: > git-clone git://git.freedesktop.org/git/mesa/linux-agp-compat > cd linux-agp-compat/ > make > cc -I. -o testgart testgart.c > make -C /lib/modules/2.6.19-1.2895.fc6/build > SUBDIRS=/home/sergio/Mesa/linux-agp-compat modules > make[1]: Ent

Re: Hown compile and install linux-agp-compat

2007-02-06 Thread Thomas Hellström
> What is wrong ? I am using FC6 > > git-clone git://git.freedesktop.org/git/mesa/linux-agp-compat > cd linux-agp-compat/ > make > cc -I. -o testgart testgart.c > make -C /lib/modules/2.6.19-1.2895.fc6/build > SUBDIRS=/home/sergio/Mesa/linux-agp-compat modules > make[1]: Entering directory `/usr/s

Hown compile and install linux-agp-compat

2007-02-06 Thread Sergio Monteiro Basto
What is wrong ? I am using FC6 git-clone git://git.freedesktop.org/git/mesa/linux-agp-compat cd linux-agp-compat/ make cc -I. -o testgart testgart.c make -C /lib/modules/2.6.19-1.2895.fc6/build SUBDIRS=/home/sergio/Mesa/linux-agp-compat modules make[1]: Entering directory `/usr/src/kernels/2.6.1

[PATCH 2.6.20] drm: Use ARRAY_SIZE macro when appropriate

2007-02-06 Thread Ahmed S. Darwish
Hi all, A patch to use ARRAY_SIZE macro already defined in kernel.h Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> --- diff --git a/drivers/char/drm/drm_proc.c b/drivers/char/drm/drm_proc.c index 62d5fe1..8943ad1 100644 --- a/drivers/char/drm/drm_proc.c +++ b/drivers/char/drm/drm_proc.c @@ -