[Bug 22310] New: [regression i915 OGLC] 15 cases report not supported

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22310 Summary: [regression i915 OGLC] 15 cases report not supported Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 22310] [regression i915 OGLC] 15 cases report not supported

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22310 Shuang He shuang...@intel.com changed: What|Removed |Added Severity|normal |major

Re: WARN_ON's in i915_gem_tiling.c

2009-06-16 Thread Stefan Schmidt
Hello. Bringing Eric into the loop here as he is listed as author of the i915_gem_tiling.c On Mon, 2009-06-15 at 09:06, Stefan Schmidt wrote: On Sun, 2009-06-14 at 17:33, Arjan van de Ven wrote: Rank 1: i915_gem_set_tiling (warning) Reported 830 times (3700 total reports)

[Bug 22310] [regression i915 OGLC] 15 cases report not supported

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22310 Gordon Jin gordon@intel.com changed: What|Removed |Added AssignedTo|dri-|i...@freedesktop.org

[Bug 19963] libdrm-2.4.4: slow 3D performance on intel 965gm after suspend to ram

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19963 Uros shadow...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 21582] [radeon-rewrite] crashes server through radeonRefillCurrentDmaRegion

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21582 --- Comment #34 from Tormod Volden bugzi07.fdo.tor...@xoxy.net 2009-06-16 04:20:07 PST --- FYI, the compiz effect on alt-tab which crashes is the Static Application Switcher. It has a mipmap option (in compizconfig-settings-manager) but

[Bug 13453] xset dpms force off with Intel X3100 graphics causes up to ~1s system-wide latency

2009-06-16 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13453 --- Comment #1 from James Ettle theholyet...@googlemail.com 2009-06-16 13:14:45 --- Still present in kernel-2.6.29.5-186.fc11.x86_64. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 22313] New: X freezes when playing within Mplayer

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22313 Summary: X freezes when playing within Mplayer Product: Mesa Version: CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical Priority:

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Ryan Hope
Dave, you mentioned that you were going to pull in the TTM Kconfig fix that I submitted (the one that allows TTM to be built into the kernel instead of just a module). What are you going to do about the hardlock that occurs when drm/radeon/fbcon are all built into the kernel. It seems like fbcon

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Linus Torvalds
On Tue, 16 Jun 2009, Ryan Hope wrote: +#ifdef MODULE module_init(radeon_init); +#else +late_initcall(radeon_init); +#endif You should never need something like that. Just do late_initcall(radeon_init); and if it's a module (which doesn't have early vs late etc), it will

[Bug 21791] Mesa 7.4.2 Unable to delete texture in Mplayer/dccnitghtmare

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21791 --- Comment #12 from Alexey Shildyakov ashl1fut...@gmail.com 2009-06-16 12:09:08 PST --- *** Bug 22313 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 22313] X freezes when playing within Mplayer

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22313 Alexey Shildyakov ashl1fut...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 21791] Mesa 7.4.2 Unable to delete texture in Mplayer/dccnitghtmare

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21791 Alexey Shildyakov ashl1fut...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Dave Airlie
On Wed, Jun 17, 2009 at 4:20 AM, Linus Torvaldstorva...@linux-foundation.org wrote: On Tue, 16 Jun 2009, Ryan Hope wrote: +#ifdef MODULE  module_init(radeon_init); +#else +late_initcall(radeon_init); +#endif You should never need something like that. Just do        

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Dave Airlie
On Wed, Jun 17, 2009 at 6:52 AM, Linus Torvaldstorva...@linux-foundation.org wrote: On Wed, 17 Jun 2009, Dave Airlie wrote: Linus can you pull this tree? I hate pulling trees when I know there are _known_ bugs. Even during the merge window. The rest of the -rc series is for fixing up

[PATCH] drm: don't filter detailed timing blocks on EDID version

2009-06-16 Thread Jesse Barnes
Not sure where this check came from, but it's wrong according to a bug report I can't find right now. We need to parse the detailed blocks no matter what, or lots of monitors won't be given a good set of default modes. Adam, can you check ack this? Thanks, Jesse Signed-off-by: Jesse Barnes

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Greg KH
On Wed, Jun 17, 2009 at 06:56:31AM +1000, Dave Airlie wrote: On Wed, Jun 17, 2009 at 6:52 AM, Linus Torvaldstorva...@linux-foundation.org wrote: On Wed, 17 Jun 2009, Dave Airlie wrote: Linus can you pull this tree? I hate pulling trees when I know there are _known_ bugs. Even

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Greg KH
On Mon, Jun 15, 2009 at 12:43:38PM +1000, Dave Airlie wrote: On Mon, Jun 15, 2009 at 12:22 PM, Greg KHg...@kroah.com wrote: On Mon, Jun 15, 2009 at 03:08:56AM +0100, Dave Airlie wrote: Hi Linus, Please pull the 'drm-linus' branch from

[Bug 22226] [945] DRI memory manager reports 18014398509481940 kB

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6 Jesse Barnes jbar...@virtuousgeek.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 21967] xpress200m GPU hang, kernel/x loop when attempting DRI/DRM

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21967 --- Comment #4 from Jason Wilson j...@kylesfamily.com 2009-06-16 18:17:31 PST --- Have a very similar problem with a: ATI Technologies Inc RC410 [Radeon Xpress 200M] This is on Fedora 11. With me I dont even get a mouse, just a blank

[Bug 21967] xpress200m GPU hang, kernel/x loop when attempting DRI/DRM

2009-06-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21967 --- Comment #5 from William L. Thomson Jr. w...@obsidian-studios.com 2009-06-16 19:47:11 PST --- Blank screen, mouse, and 100% CPU is what I get now, or with any 2.6.30 kernel. Using in kernel drm and radeon drivers/modules. Also at one

Re: GLX makeCurrent in glean vs broken X server glxAllContexts linked list

2009-06-16 Thread Dave Airlie
On Fri, Jun 12, 2009 at 1:56 PM, Allen Akina...@pobox.com wrote: On Fri, Jun 12, 2009 at 10:25:42AM +1000, Dave Airlie wrote: | On Fri, Jun 12, 2009 at 10:01 AM, Allen Akina...@pobox.com wrote: | On the other hand, if there's no mechanism for implicitly flushing the | GL command stream on