[Bug 10985] backlight doesn't come on after resume with i915 video

2008-07-06 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10985 --- Comment #20 from [EMAIL PROTECTED] 2008-07-06 10:55 --- Handled-By : Jesse Barnes [EMAIL PROTECTED] -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 10985] backlight doesn't come on after resume with i915 video

2008-07-06 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10985 --- Comment #21 from [EMAIL PROTECTED] 2008-07-06 13:38 --- Where abouts are the hw quirks in the code? I've skimmed over most of the i915* files in drivers/char/drm but nothing is jumping out of me. I doubt I'd spot a bug (nor be able

[Bug 16627] New: unaligned access(bus error) in drivers/dri/common/utils.c

2008-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16627 Summary: unaligned access(bus error) in drivers/dri/common/utils.c Product: Mesa Version: 7.1 Platform: SPARC URL: https://bugs.gentoo.org/show_bug.cgi?id=230953

[Bug 16194] [mesa_7_0_branch i915] Fog not applied to bitmap

2008-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16194 WuNian [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED -- Configure

[Bug 12020] depth texture implement incorrect if DEPTH_TEXTURE_MODE is ALPHA

2008-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12020 WuNian [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED -- Configure

[Bug 10985] backlight doesn't come on after resume with i915 video

2008-07-06 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10985 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment

drm vblank memory allocation

2008-07-06 Thread vehemens
Would anyone object to using a struct for the vblank crtc data to eliminate the multiple allocs / frees? For example: struct drm_vblank { wait_queue_head_t vbl_queue; atomic_t _vblank_count; struct drm_vbl_sig_list vbl_sigs; atomic_t vblank_refcount; u32

[PATCH] drm_memory.h: remove double inclusion of linux/vmalloc.h

2008-07-06 Thread Alexander Beregalov
From: Alexander Beregalov [EMAIL PROTECTED] Remove double inclusion of linux/vmalloc.h drivers/char/drm/drm_memory.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Signed-off-by: Alexander Beregalov [EMAIL PROTECTED] --- diff --git a/drivers/char/drm/drm_memory.h