Radeon 9700 loses textures on suspend

2008-11-07 Thread Elladan
Hi, I have a laptop with a Mobility Radeon 9700 in it, running xorg 1.5.2 + linux 2.6.27. This seems to work pretty well, except that when I sleep the laptop, it doesn't look like the video card refreshes onboard memory. When I resume it, textures in eg. compiz are garbage. Flipping back to a c

[Bug 18430] [GEM i915/945GM] glxgears is just black

2008-11-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18430 --- Comment #4 from Dylan <[EMAIL PROTECTED]> 2008-11-07 19:02:55 PST --- Have you tried with GIT versions of libdrm, mesa, and xf86-video-intel? A lot of stuff is in the works... -- Configure bugmail: http://bugs.freedesktop.org/userprefs.

[PATCH] [drm/i915] Move legacy breadcrumb out of the reserved status page area

2008-11-07 Thread Keith Packard
Addresses in the hardware status page below index 0x20 are reserved for use by the hardware. The legacy breadcrumb was sitting at index 5. Move it to index 0x21, and make sure everyone uses the defined value instead of hard-coded constants. Signed-off-by: Keith Packard <[EMAIL PROTECTED]> --- dri

Re: [PATCH] DRM: GEM mmap support

2008-11-07 Thread Jesse Barnes
Note the cc on the original message. It seems that git send-email doesn't parse options very well... Anyway, this is an updated patch set with the master rework stuff split out, and a few more diff reductions. Passes the load/unload torture test on my machine. Jesse

[PATCH] DRM: i915: add GEM GTT mapping support

2008-11-07 Thread Jesse Barnes
Use the new core GEM object mapping code to allow GTT mapping of GEM objects on i915. The fault handler will make sure a fence register is allocated too, if the object in question is tiled. --- Makefile |2 +- drivers/gpu/drm/i915/i915_dma.c|1 + driv

[PATCH] DRM: GEM mmap support

2008-11-07 Thread Jesse Barnes
Add support for mapping of GEM objects if the underlying driver supports it. --- drivers/gpu/drm/drm_bufs.c|6 ++ drivers/gpu/drm/drm_drv.c |6 ++ drivers/gpu/drm/drm_fops.c| 12 - drivers/gpu/drm/drm_gem.c | 109 + drivers/gpu

Re: [Intel-gfx] [PATCH] Manage PIPESTAT pending interrupt values to unblock vblank interrupts

2008-11-07 Thread Steven J Newbury
On Fri, 2008-11-07 at 21:44 +, Steven J Newbury wrote: > On Fri, 2008-11-07 at 20:45 +, Steven J Newbury wrote: > > On Fri, 2008-11-07 at 11:11 -0800, Eric Anholt wrote: > > > On Fri, 2008-11-07 at 14:01 +, Steven J Newbury wrote: > > > > > I'm on 965GM and I'm having a serious interru

Re: [Intel-gfx] [PATCH] Manage PIPESTAT pending interrupt values to unblock vblank interrupts

2008-11-07 Thread Steven J Newbury
On Fri, 2008-11-07 at 20:45 +, Steven J Newbury wrote: > On Fri, 2008-11-07 at 11:11 -0800, Eric Anholt wrote: > > On Fri, 2008-11-07 at 14:01 +, Steven J Newbury wrote: > > > I'm on 965GM and I'm having a serious interrupt problem since this patch > > > went into for-review: > > > > > >

Re: [Intel-gfx] [PATCH] Manage PIPESTAT pending interrupt values to unblock vblank interrupts

2008-11-07 Thread Steven J Newbury
On Fri, 2008-11-07 at 11:11 -0800, Eric Anholt wrote: > On Fri, 2008-11-07 at 14:01 +, Steven J Newbury wrote: > > On Tue, 2008-11-04 at 16:04 -0800, Eric Anholt wrote: > > > On Tue, 2008-11-04 at 02:03 -0800, Keith Packard wrote: > > > > The pipestat fields affect reporting of all vblank-relat

Re: [Intel-gfx] [PATCH] Manage PIPESTAT pending interrupt values to unblock vblank interrupts

2008-11-07 Thread Eric Anholt
On Fri, 2008-11-07 at 14:01 +, Steven J Newbury wrote: > On Tue, 2008-11-04 at 16:04 -0800, Eric Anholt wrote: > > On Tue, 2008-11-04 at 02:03 -0800, Keith Packard wrote: > > > The pipestat fields affect reporting of all vblank-related interrupts, so > > > we > > > have to reset them during th

[Bug 18430] [GEM i915/945GM] glxgears is just black

2008-11-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18430 --- Comment #3 from Bernd Buschinski <[EMAIL PROTECTED]> 2008-11-07 10:28:17 PST --- Created an attachment (id=20138) --> (http://bugs.freedesktop.org/attachment.cgi?id=20138) Kernel log -- Configure bugmail: http://bugs.freedesktop.org/u

[Bug 18430] [GEM i915/945GM] glxgears is just black

2008-11-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18430 --- Comment #2 from Bernd Buschinski <[EMAIL PROTECTED]> 2008-11-07 10:27:00 PST --- Created an attachment (id=20137) --> (http://bugs.freedesktop.org/attachment.cgi?id=20137) Xorg.0.log with "ModeDebug" "yes" -- Configure bugmail: ht

[Bug 18430] [GEM i915/945GM] glxgears is just black

2008-11-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18430 --- Comment #1 from Bernd Buschinski <[EMAIL PROTECTED]> 2008-11-07 10:24:34 PST --- Created an attachment (id=20136) --> (http://bugs.freedesktop.org/attachment.cgi?id=20136) LIBGL_DEBUG=verbose glxinfo -- Configure bugmail: http://bugs.

[Bug 18430] New: [GEM i915/945GM] glxgears is just black

2008-11-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18430 Summary: [GEM i915/945GM] glxgears is just black Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Pri

Re: [Intel-gfx] [PATCH] Manage PIPESTAT pending interrupt values to unblock vblank interrupts

2008-11-07 Thread Steven J Newbury
On Tue, 2008-11-04 at 16:04 -0800, Eric Anholt wrote: > On Tue, 2008-11-04 at 02:03 -0800, Keith Packard wrote: > > The pipestat fields affect reporting of all vblank-related interrupts, so we > > have to reset them during the irq_handler, and while enabling vblank > > interrupts. > > > > This pat

[Bug 16520] [i915 i945 i965] tex corruption with Max Payne / ut2004 / WoW

2008-11-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16520 --- Comment #32 from Tobias Jakobi <[EMAIL PROTECTED]> 2008-11-07 06:28:33 PST --- The bug is still there with mesa git master. Anybody still working on this one? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -