[Intel-gfx] Backlight bug

2010-12-01 Thread Lukas Hejtmanek
Hello, as of 2.6.37-rc kernels, backlight is dimmed to level 2 as soon as I close LID. After opening, backlight level is not restored to my level (4). However, /sys/class/backlight/acpi_video0/brightness still reports level 4 even if real level is 2. I have Lenovo ThinkPad T61 with 965GM. -- L

Re: [Intel-gfx] glx application stall

2010-12-01 Thread Martijn Wijns
Hi, We found the culprit: the DirectFB X11 input event thread caused a race condition with xcb_conn_wait. Just before xcb_conn_wait would do a poll it read out the socket causing the poll to block until new input arrives. We added spinlock to prevent this race condition until xcb gets fixed.

Re: [Intel-gfx] [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Julien Cristau
On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: > For headers that get exported to userland and make use of u32 style > type names, it is advised to include linux/types.h. > > This fixes 5 headers_check warnings. > How many times does this need to be NAKed? These headers are s

Re: [Intel-gfx] [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Kristian Høgsberg
On Wed, Dec 1, 2010 at 11:54 AM, Julien Cristau wrote: > On Wed, Dec  1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: > >> For headers that get exported to userland and make use of u32 style >> type names, it is advised to include linux/types.h. >> >> This fixes 5 headers_check warnings. >> >

Re: [Intel-gfx] [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Andrew Morton
On Wed, 1 Dec 2010 17:54:18 +0100 Julien Cristau wrote: > On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: > > > For headers that get exported to userland and make use of u32 style > > type names, it is advised to include linux/types.h. > > > > This fixes 5 headers_check warnin

Re: [Intel-gfx] [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Dave Airlie
On Thu, Dec 2, 2010 at 5:38 AM, Andrew Morton wrote: > On Wed, 1 Dec 2010 17:54:18 +0100 > Julien Cristau wrote: > >> On Wed, Dec  1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: >> >> > For headers that get exported to userland and make use of u32 style >> > type names, it is advised to inc