[Bug 43405] New: Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43405 Bug #: 43405 Summary: Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M Classification: Unclassified Product: Mesa Version: git

Re: [PATCH] drm/ttm: callback move_notify any time bo placement change v3

2011-11-30 Thread Thomas Hellstrom
Updated patch Reviewed-by: Thomas Hellstrom On 11/20/2011 10:02 PM, Jerome Glisse wrote: On Sat, Nov 19, 2011 at 3:45 PM, Thomas Hellstrom wrote: On 11/19/2011 12:32 AM, j.gli...@gmail.com wrote: From: Jerome Glisse Previously we were calling back move_notify in error path when

[Bug 43395] Game running in wine stops rendering

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43395 Alex Deucher changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/Gallium/r600 -- Configure bugmai

[Bug 43395] Game running in wine stops rendering

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43395 --- Comment #1 from Alex Deucher 2011-11-30 14:39:11 PST --- please attach your xorg log and dmesg output. Does mesa from git help? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 43395] New: Game running in wine stops rendering

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43395 Bug #: 43395 Summary: Game running in wine stops rendering Classification: Unclassified Product: Mesa Version: 7.11 Platform: x86-64 (AMD64) OS/Version: Linux (All) St

Re: [Linaro-mm-sig] [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-11-30 Thread Semwal, Sumit
Hi Dave, Daniel, Rob, > > On Sun, Nov 27, 2011 at 12:29 PM, Rob Clark wrote: >> >> On Sat, Nov 26, 2011 at 8:00 AM, Daniel Vetter wrote: >> > On Fri, Nov 25, 2011 at 17:28, Dave Airlie wrote: >> >> I've rebuilt my PRIME interface on top of dmabuf to see how it would >> >> work, >> >> >> >> I've

Re: [Linaro-mm-sig] [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-11-30 Thread Semwal, Sumit
Hi Dave, Daniel, Rob, On Sun, Nov 27, 2011 at 12:29 PM, Rob Clark wrote: > On Sat, Nov 26, 2011 at 8:00 AM, Daniel Vetter wrote: > > On Fri, Nov 25, 2011 at 17:28, Dave Airlie wrote: > >> I've rebuilt my PRIME interface on top of dmabuf to see how it would > work, > >> > >> I've got primed gea

[Bug 43375] [r600g] Firefox crashes when opening Jax WebGL Demos - Materials page

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43375 --- Comment #3 from Dave Airlie 2011-11-30 12:16:25 PST --- patch on mesa mailing list [PATCH] st/mesa: only resolve is number of samples is > 1 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiv

[Bug 43389] Gallium3d makes firefox crash with webgl animations

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43389 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 43375] [r600g] Firefox crashes when opening Jax WebGL Demos - Materials page

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43375 Alex Deucher changed: What|Removed |Added CC||leandrosansilva at gmail.com --- Comment

[Bug 43341] CoreBreach: Crash in r600_update_derived_state

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43341 --- Comment #4 from Vadim 2011-11-30 19:04:57 PST --- (In reply to comment #3) > hello > i am the game developer. > > the workaround for disabling indirect addressing is automatically applied if > linking the shader fails because of the indirec

[Bug 43389] New: Gallium3d makes firefox crash with webgl animations

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43389 Bug #: 43389 Summary: Gallium3d makes firefox crash with webgl animations Classification: Unclassified Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (A

linux-next: Tree for Nov 29 (drm)

2011-11-30 Thread Dave Airlie
2011/11/30 Randy Dunlap : > On 11/30/2011 09:16 AM, S?rgio Basto wrote: >> Randy, not dri-devel at lists.sourceforge.net, anymore >> now is dri-devel at lists.freedesktop.org > > Argh, thanks. > That was thunderbird trying to be too helpful. :( Ah well I got it and it should be fixed now. Dave.

[PATCH 2/2] drm/radeon/kms: Skip ACPI call to ATIF when possible

2011-11-30 Thread Jean Delvare
I am under the impression that it only makes sense to call the ATIF method if the graphics device has an ACPI handle attached. So we could skip the call altogether if there is no such handle. Signed-off-by: Jean Delvare Cc: David Airlie Cc: Alex Deucher --- This is only tested on a system where

[PATCH 1/2] drm/radeon/kms: Hide debugging message

2011-11-30 Thread Jean Delvare
Use the proper macro to issue the debugging message in radeon_atif_call(). Otherwise we spam the log of many systems with a message which looks like an error message of unknown origin, and could thus confuse the user. Commit dc77de12dde95c8da39e4c417eb70c7d445cf84b was a first step in this directio

[PATCH] drm/nouveau: Fix module parameter description formats

2011-11-30 Thread Jean Delvare
Module parameter descriptions don't take a trailing \n, otherwise it breaks formatting of modinfo's output. Also remove trailing space. Signed-off-by: Jean Delvare Cc: David Airlie Cc: Ben Skeggs --- drivers/gpu/drm/nouveau/nouveau_drv.c | 12 ++-- 1 file changed, 6 insertions(+), 6

[PATCH] drm/radeon/kms: Fix module parameter description format

2011-11-30 Thread Jean Delvare
From: Jean Delvare Subject: drm/radeon/kms: Fix module parameter description format Module parameter descriptions don't take a trailing \n, otherwise it breaks formatting of modinfo's output. Also add missing space after comma. Signed-off-by: Jean Delvare Cc: David Airlie Cc: Alex Deucher Cc:

linux-next: Tree for Nov 29 (drm)

2011-11-30 Thread Sérgio Basto
Randy, not dri-devel at lists.sourceforge.net, anymore now is dri-devel at lists.freedesktop.org On Tue, 2011-11-29 at 12:33 -0800, Randy Dunlap wrote: > On 11/28/2011 08:20 PM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 2028: > > > > The drm tree lost its build failure but

[Bug 43341] CoreBreach: Crash in r600_update_derived_state

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43341 --- Comment #3 from corecode 2011-11-30 07:52:32 PST --- hello i am the game developer. the workaround for disabling indirect addressing is automatically applied if linking the shader fails because of the indirect adressing. e.g. this happens

[Bug 43395] Game running in wine stops rendering

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43395 Alex Deucher changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/Gallium/r600 -- Configure bugmai

[Bug 43395] Game running in wine stops rendering

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43395 --- Comment #1 from Alex Deucher 2011-11-30 14:39:11 PST --- please attach your xorg log and dmesg output. Does mesa from git help? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 43395] New: Game running in wine stops rendering

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43395 Bug #: 43395 Summary: Game running in wine stops rendering Classification: Unclassified Product: Mesa Version: 7.11 Platform: x86-64 (AMD64) OS/Version: Linux (All) St

[Bug 43375] New: [r600g] Firefox crashes when opening Jax WebGL Demos - Materials page

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43375 Bug #: 43375 Summary: [r600g] Firefox crashes when opening Jax WebGL Demos - Materials page Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (A

3.2-rc2+: Reported regressions from 3.0 and 3.1

2011-11-30 Thread Konrad Rzeszutek Wilk
On Tue, Nov 29, 2011 at 07:34:28PM +0100, Borislav Petkov wrote: > On Tue, Nov 29, 2011 at 01:04:14PM -0500, Konrad Rzeszutek Wilk wrote: > > This patch: Borislav, Thanks for your review comments. How does this patch look? I believe I touched upon all of the things you mentioned.

[Bug 43375] [r600g] Firefox crashes when opening Jax WebGL Demos - Materials page

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43375 --- Comment #3 from Dave Airlie 2011-11-30 12:16:25 PST --- patch on mesa mailing list [PATCH] st/mesa: only resolve is number of samples is > 1 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiv

[PATCH 2/2] drm/radeon/kms: Skip ACPI call to ATIF when possible

2011-11-30 Thread Alex Deucher
On Wed, Nov 30, 2011 at 11:36 AM, Jean Delvare wrote: > I am under the impression that it only makes sense to call the ATIF > method if the graphics device has an ACPI handle attached. So we could > skip the call altogether if there is no such handle. > > Signed-off-by: Jean Delvare > Cc: David A

[PATCH 1/2] drm/radeon/kms: Hide debugging message

2011-11-30 Thread Alex Deucher
On Wed, Nov 30, 2011 at 11:26 AM, Jean Delvare wrote: > Use the proper macro to issue the debugging message in > radeon_atif_call(). Otherwise we spam the log of many systems with a > message which looks like an error message of unknown origin, and could > thus confuse the user. Commit dc77de12dde

[PATCH] drm/radeon/kms: Fix module parameter description format

2011-11-30 Thread Alex Deucher
On Wed, Nov 30, 2011 at 11:22 AM, Jean Delvare wrote: > From: Jean Delvare > Subject: drm/radeon/kms: Fix module parameter description format > > Module parameter descriptions don't take a trailing \n, otherwise it > breaks formatting of modinfo's output. Also add missing space after > comma. > >

[PATCH 2/2] drm/radeon/kms: wrap-up handling of floating connectors and connector unavailability status logging

2011-11-30 Thread Thomas Reim
Am Dienstag, den 29.11.2011, 15:53 -0500 schrieb Alex Deucher: > On Tue, Nov 29, 2011 at 1:06 PM, Thomas Reim wrote: > > Dear Alex, > > > >> On Mon, Nov 28, 2011 at 11:20 AM, Thomas Reim > >> wrote: > >> >Extended DDC probe is now default for RADEON chipsets. In case of > >> >HW

[Bug 43375] [r600g] Firefox crashes when opening Jax WebGL Demos - Materials page

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43375 Alex Deucher changed: What|Removed |Added CC||leandrosansi...@gmail.com --- Comment #2

[Bug 43389] Gallium3d makes firefox crash with webgl animations

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43389 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 43341] CoreBreach: Crash in r600_update_derived_state

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43341 --- Comment #2 from Vadim 2011-11-30 03:05:40 PST --- The shader translation is failed because of too many temps used. They could be optimized away in theory, but this shader also uses indirect addressing, and some optimization passes in mesa are

[Bug 43389] New: Gallium3d makes firefox crash with webgl animations

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43389 Bug #: 43389 Summary: Gallium3d makes firefox crash with webgl animations Classification: Unclassified Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (A

linux-next: Tree for Nov 29 (drm)

2011-11-30 Thread Randy Dunlap
On 11/30/2011 09:16 AM, S?rgio Basto wrote: > Randy, not dri-devel at lists.sourceforge.net, anymore > now is dri-devel at lists.freedesktop.org Argh, thanks. That was thunderbird trying to be too helpful. :( > On Tue, 2011-11-29 at 12:33 -0800, Randy Dunlap wrote: >> On 11/28/2011 08:20 PM, S

Re: 3.2-rc2+: Reported regressions from 3.0 and 3.1

2011-11-30 Thread Konrad Rzeszutek Wilk
On Tue, Nov 29, 2011 at 07:34:28PM +0100, Borislav Petkov wrote: > On Tue, Nov 29, 2011 at 01:04:14PM -0500, Konrad Rzeszutek Wilk wrote: > > This patch: Borislav, Thanks for your review comments. How does this patch look? I believe I touched upon all of the things you mentioned. >From eb6dbd80

Re: linux-next: Tree for Nov 29 (drm)

2011-11-30 Thread Dave Airlie
2011/11/30 Randy Dunlap : > On 11/30/2011 09:16 AM, Sérgio Basto wrote: >> Randy, not dri-de...@lists.sourceforge.net, anymore >> now is dri-devel@lists.freedesktop.org > > Argh, thanks. > That was thunderbird trying to be too helpful. :( Ah well I got it and it should be fixed now. Dave. ___

Re: linux-next: Tree for Nov 29 (drm)

2011-11-30 Thread Sérgio Basto
Randy, not dri-de...@lists.sourceforge.net, anymore now is dri-devel@lists.freedesktop.org On Tue, 2011-11-29 at 12:33 -0800, Randy Dunlap wrote: > On 11/28/2011 08:20 PM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 2028: > > > > The drm tree lost its build failure but gained

Re: linux-next: Tree for Nov 29 (drm)

2011-11-30 Thread Randy Dunlap
On 11/30/2011 09:16 AM, Sérgio Basto wrote: > Randy, not dri-de...@lists.sourceforge.net, anymore > now is dri-devel@lists.freedesktop.org Argh, thanks. That was thunderbird trying to be too helpful. :( > On Tue, 2011-11-29 at 12:33 -0800, Randy Dunlap wrote: >> On 11/28/2011 08:20 PM, Stephen

Re: [PATCH 2/2] drm/radeon/kms: Skip ACPI call to ATIF when possible

2011-11-30 Thread Alex Deucher
On Wed, Nov 30, 2011 at 11:36 AM, Jean Delvare wrote: > I am under the impression that it only makes sense to call the ATIF > method if the graphics device has an ACPI handle attached. So we could > skip the call altogether if there is no such handle. > > Signed-off-by: Jean Delvare > Cc: David A

Re: [PATCH 1/2] drm/radeon/kms: Hide debugging message

2011-11-30 Thread Alex Deucher
On Wed, Nov 30, 2011 at 11:26 AM, Jean Delvare wrote: > Use the proper macro to issue the debugging message in > radeon_atif_call(). Otherwise we spam the log of many systems with a > message which looks like an error message of unknown origin, and could > thus confuse the user. Commit dc77de12dde

Re: [PATCH] drm/radeon/kms: Fix module parameter description format

2011-11-30 Thread Alex Deucher
On Wed, Nov 30, 2011 at 11:22 AM, Jean Delvare wrote: > From: Jean Delvare > Subject: drm/radeon/kms: Fix module parameter description format > > Module parameter descriptions don't take a trailing \n, otherwise it > breaks formatting of modinfo's output. Also add missing space after > comma. > >

[PATCH 2/2] drm/radeon/kms: Skip ACPI call to ATIF when possible

2011-11-30 Thread Jean Delvare
I am under the impression that it only makes sense to call the ATIF method if the graphics device has an ACPI handle attached. So we could skip the call altogether if there is no such handle. Signed-off-by: Jean Delvare Cc: David Airlie Cc: Alex Deucher --- This is only tested on a system where

[PATCH 1/2] drm/radeon/kms: Hide debugging message

2011-11-30 Thread Jean Delvare
Use the proper macro to issue the debugging message in radeon_atif_call(). Otherwise we spam the log of many systems with a message which looks like an error message of unknown origin, and could thus confuse the user. Commit dc77de12dde95c8da39e4c417eb70c7d445cf84b was a first step in this directio

[PATCH] drm/nouveau: Fix module parameter description formats

2011-11-30 Thread Jean Delvare
Module parameter descriptions don't take a trailing \n, otherwise it breaks formatting of modinfo's output. Also remove trailing space. Signed-off-by: Jean Delvare Cc: David Airlie Cc: Ben Skeggs --- drivers/gpu/drm/nouveau/nouveau_drv.c | 12 ++-- 1 file changed, 6 insertions(+), 6

[PATCH] drm/radeon/kms: Fix module parameter description format

2011-11-30 Thread Jean Delvare
From: Jean Delvare Subject: drm/radeon/kms: Fix module parameter description format Module parameter descriptions don't take a trailing \n, otherwise it breaks formatting of modinfo's output. Also add missing space after comma. Signed-off-by: Jean Delvare Cc: David Airlie Cc: Alex Deucher Cc:

[Bug 43341] CoreBreach: Crash in r600_update_derived_state

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43341 --- Comment #3 from corecode 2011-11-30 07:52:32 PST --- hello i am the game developer. the workaround for disabling indirect addressing is automatically applied if linking the shader fails because of the indirect adressing. e.g. this happens

[Bug 43375] [r600g] Firefox crashes when opening Jax WebGL Demos - Materials page

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43375 --- Comment #1 from Jure Repinc 2011-11-30 06:57:57 UTC --- A bit better backtrace with Firefox's debug symbols included: Program received signal SIGSEGV, Segmentation fault. 0x in ?? () (gdb) bt #0 0x in ?? () #1

[Bug 43375] [r600g] Firefox crashes when opening Jax WebGL Demos - Materials page

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43375 --- Comment #1 from Jure Repinc 2011-11-30 06:57:57 UTC --- A bit better backtrace with Firefox's debug symbols included: Program received signal SIGSEGV, Segmentation fault. 0x in ?? () (gdb) bt #0 0x in ?? () #

[Bug 43375] New: [r600g] Firefox crashes when opening Jax WebGL Demos - Materials page

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43375 Bug #: 43375 Summary: [r600g] Firefox crashes when opening Jax WebGL Demos - Materials page Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (A

[Bug 43341] CoreBreach: Crash in r600_update_derived_state

2011-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43341 --- Comment #2 from Vadim 2011-11-30 03:05:40 PST --- The shader translation is failed because of too many temps used. They could be optimized away in theory, but this shader also uses indirect addressing, and some optimization passes in mesa are

Re: [PATCH 2/2] drm/radeon/kms: wrap-up handling of floating connectors and connector unavailability status logging

2011-11-30 Thread Thomas Reim
Am Dienstag, den 29.11.2011, 15:53 -0500 schrieb Alex Deucher: > On Tue, Nov 29, 2011 at 1:06 PM, Thomas Reim wrote: > > Dear Alex, > > > >> On Mon, Nov 28, 2011 at 11:20 AM, Thomas Reim > >> wrote: > >> >Extended DDC probe is now default for RADEON chipsets. In case of > >> >HW

[Bug 24047] s3tc broken on r600

2011-11-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24047 --- Comment #25 from Matt McHenry 2011-11-29 17:01:07 PST --- Awesome -- 'emerge -av media-libs/libtxc_dxtn' got SC2 working for me on gentoo. Thanks! -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

Re: linux-next: Tree for Nov 29 (drm)

2011-11-30 Thread Randy Dunlap
On 11/28/2011 08:20 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 2028: > > The drm tree lost its build failure but gained another for which I > applied a patch. ERROR: "drm_helper_get_fb_bpp_depth" [drivers/gpu/drm/vmwgfx/vmwgfx.ko] undefined! Full x86_64 randconfig file is att

Re: 3.2-rc2+: Reported regressions from 3.0 and 3.1

2011-11-30 Thread Borislav Petkov
On Tue, Nov 29, 2011 at 01:04:14PM -0500, Konrad Rzeszutek Wilk wrote: > This patch: > > commit d91ee5863b71e8c90eaf6035bff3078a85e2e7b5 > Author: Len Brown > Date: Fri Apr 1 18:28:35 2011 -0400 > > cpuidle: replace xen access to x86 pm_idle and default_idle > > ..scribble on pm_idle