[PATCH] drm/radeon/kms/pm/r600: select the mid clock mode for single head low profile

2010-05-20 Thread Alex Deucher
This saves some more power at the expense of performance. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index a724431..dac2534 100644 ---

[Bug 27901] GLSL cos/sin functions broken on Mesa R600 driver

2010-05-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27901 --- Comment #9 from Conn Clark 2010-05-20 18:08:28 PDT --- On Thu, May 20, 2010 at 5:40 PM, wrote: > https://bugs.freedesktop.org/show_bug.cgi?id=27901 > > --- Comment #8 from Alain Perrot 2010-05-20 > 17:40:21 PDT --- > Created an

[Bug 27901] GLSL cos/sin functions broken on Mesa R600 driver

2010-05-20 Thread Conn Clark
On Thu, May 20, 2010 at 5:40 PM, wrote: > https://bugs.freedesktop.org/show_bug.cgi?id=27901 > > --- Comment #8 from Alain Perrot 2010-05-20 > 17:40:21 PDT --- > Created an attachment (id=35777) > ?View: https://bugs.freedesktop.org/attachment.cgi?id=35777 > ?Review:

[Bug 27901] GLSL cos/sin functions broken on Mesa R600 driver

2010-05-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27901 --- Comment #8 from Alain Perrot 2010-05-20 17:40:21 PDT --- Created an attachment (id=35777) View: https://bugs.freedesktop.org/attachment.cgi?id=35777 Review: https://bugs.freedesktop.org/review?bug=27901=35777 Alternative assemble_TRIG

[Bug 28069] maniadrive - smooth play with LIBGL_ALWAYS_INDIRECT=true, (almost) unplayable otherwise

2010-05-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28069 --- Comment #9 from Paulo C?sar Pereira de Andrade 2010-05-20 16:30:19 PDT --- Just for the record, I made a build commenting the call to glxMakeCurrent() and tested on an ati and intel card. In the ati, it appears to have resolved the

[Bug 28069] maniadrive - smooth play with LIBGL_ALWAYS_INDIRECT=true, (almost) unplayable otherwise

2010-05-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28069 --- Comment #8 from Paulo C?sar Pereira de Andrade 2010-05-20 16:26:50 PDT --- (In reply to comment #7) > Possible next steps would be trying to figure out if it really needs to call > glXMakeCurrent() so often / why that takes such a long

[Bug 27901] GLSL cos/sin functions broken on Mesa R600 driver

2010-05-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27901 Joshua Roys changed: What|Removed |Added Attachment #35776|application/octet-stream|text/plain mime type|

[Bug 27901] GLSL cos/sin functions broken on Mesa R600 driver

2010-05-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27901 --- Comment #7 from Conn Clark 2010-05-20 12:46:03 PDT --- Alain, The patch I just posted fixes the problem on my machine completely. The problem with the previous version of the patch (other than the source mistake you found ;) )has something

[Bug 27901] GLSL cos/sin functions broken on Mesa R600 driver

2010-05-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27901 Conn Clark changed: What|Removed |Added Attachment #35743|0 |1 is obsolete|

linux-next: Tree for May 20 (radeon_pm build problem)

2010-05-20 Thread Randy Dunlap
On Thu, 20 May 2010 16:30:42 +1000 Stephen Rothwell wrote: > Hi all, > > We are in the merge window again. I remind you all not to add stuff for > 2.6.36 to your linux-next trees until after 2.6.35-rc1. > > Changes since 20100519: CONFIG_DRM_RADEON=y CONFIG_DRM_RADEON_KMS=y

[PATCH] drm/radeon/kms: don't default display priority to high on rs4xx

2010-05-20 Thread Alex Deucher
Seems to cause issues with the sound hardware. Fixes kernel bug 15982: https://bugzilla.kernel.org/show_bug.cgi?id=15982 Signed-off-by: Alex Deucher Cc: stable at kernel.org --- drivers/gpu/drm/radeon/radeon_display.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

[PATCH 03/11] drm/i915: Storage class should be before const qualifier

2010-05-20 Thread Tobias Klauser
The C99 specification states in section 6.11.5: The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. Signed-off-by: Tobias Klauser --- drivers/gpu/drm/i915/i915_drv.c | 38

[RFC] Try a bit harder to get output on the screen at panic time

2010-05-20 Thread Jesse Barnes
On Thu, 20 May 2010 04:27:07 +0300 Maxim Levitsky wrote: > On Thu, 2010-05-20 at 04:13 +0300, Maxim Levitsky wrote: > > On Wed, 2010-05-19 at 17:34 -0700, Jesse Barnes wrote: > > > On Fri, 9 Apr 2010 15:10:50 -0700 > > > Jesse Barnes wrote: > > > > > > > This set of 3 patches makes it a

[RFC] Try a bit harder to get output on the screen at panic time

2010-05-20 Thread Maxim Levitsky
On Thu, 2010-05-20 at 04:13 +0300, Maxim Levitsky wrote: > On Wed, 2010-05-19 at 17:34 -0700, Jesse Barnes wrote: > > On Fri, 9 Apr 2010 15:10:50 -0700 > > Jesse Barnes wrote: > > > > > This set of 3 patches makes it a little more likely we'll get panic > > > output onto the screen even when X

[RFC] Try a bit harder to get output on the screen at panic time

2010-05-20 Thread Maxim Levitsky
On Wed, 2010-05-19 at 17:34 -0700, Jesse Barnes wrote: > On Fri, 9 Apr 2010 15:10:50 -0700 > Jesse Barnes wrote: > > > This set of 3 patches makes it a little more likely we'll get panic > > output onto the screen even when X is running, assuming a KMS enabled > > stack anyway. > > > > It gets

[Bug 28069] maniadrive - smooth play with LIBGL_ALWAYS_INDIRECT=true, (almost) unplayable otherwise

2010-05-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28069 --- Comment #7 from Michel D?nzer 2010-05-20 02:45:52 PDT --- Possible next steps would be trying to figure out if it really needs to call glXMakeCurrent() so often / why that takes such a long time. -- Configure bugmail:

[PATCH 3/9] drm: kill drm_mm_node->private

2010-05-20 Thread Jerome Glisse
On Wed, May 19, 2010 at 07:03:32PM +0200, Daniel Vetter wrote: > On Wed, May 19, 2010 at 11:25:07AM +0200, Jerome Glisse wrote: > > On Tue, May 18, 2010 at 11:11:45PM +0200, Daniel Vetter wrote: > > > Only ever assigned, never used. > > > > > > Signed-off-by: Daniel Vetter > > > > NAK > > > >

[PATCH 0/9] [RFC] fair-lru eviction

2010-05-20 Thread Thomas Hellstrom
On 05/19/2010 10:13 PM, Daniel Vetter wrote: > On Wed, May 19, 2010 at 09:51:33PM +0200, Thomas Hellstr?m wrote: > >> Daniel, >> TTM releases the spinlock protecting the drm_mm manager in between >> evictions to be able to wait (without holding locks) for bo idle. >> That means that the lru

[Bug 28069] maniadrive - smooth play with LIBGL_ALWAYS_INDIRECT=true, (almost) unplayable otherwise

2010-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28069 --- Comment #7 from Michel Dänzer mic...@daenzer.net 2010-05-20 02:45:52 PDT --- Possible next steps would be trying to figure out if it really needs to call glXMakeCurrent() so often / why that takes such a long time. -- Configure bugmail:

[PATCH] drm/radeon/kms: don't default display priority to high on rs4xx

2010-05-20 Thread Alex Deucher
Seems to cause issues with the sound hardware. Fixes kernel bug 15982: https://bugzilla.kernel.org/show_bug.cgi?id=15982 Signed-off-by: Alex Deucher alexdeuc...@gmail.com Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/radeon_display.c |5 - 1 files changed, 4 insertions(+), 1

[Bug 27901] GLSL cos/sin functions broken on Mesa R600 driver

2010-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27901 --- Comment #7 from Conn Clark conn.o.cl...@gmail.com 2010-05-20 12:46:03 PDT --- Alain, The patch I just posted fixes the problem on my machine completely. The problem with the previous version of the patch (other than the source mistake you

Re: [RFC] Try a bit harder to get output on the screen at panic time

2010-05-20 Thread Maxim Levitsky
On Thu, 2010-05-20 at 09:28 -0700, Jesse Barnes wrote: On Thu, 20 May 2010 04:27:07 +0300 Maxim Levitsky maximlevit...@gmail.com wrote: On Thu, 2010-05-20 at 04:13 +0300, Maxim Levitsky wrote: On Wed, 2010-05-19 at 17:34 -0700, Jesse Barnes wrote: On Fri, 9 Apr 2010 15:10:50 -0700

[PATCH] drm/radeon/kms/pm/r600: select the mid clock mode for single head low profile

2010-05-20 Thread Alex Deucher
This saves some more power at the expense of performance. Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/r600.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index

[Bug 28069] maniadrive - smooth play with LIBGL_ALWAYS_INDIRECT=true, (almost) unplayable otherwise

2010-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28069 --- Comment #8 from Paulo César Pereira de Andrade p...@mandriva.com.br 2010-05-20 16:26:50 PDT --- (In reply to comment #7) Possible next steps would be trying to figure out if it really needs to call glXMakeCurrent() so often / why that

Re: [Bug 27901] GLSL cos/sin functions broken on Mesa R600 driver

2010-05-20 Thread Conn Clark
On Thu, May 20, 2010 at 5:40 PM, bugzilla-dae...@freedesktop.org wrote: https://bugs.freedesktop.org/show_bug.cgi?id=27901 --- Comment #8 from Alain Perrot alain.per...@gmail.com 2010-05-20 17:40:21 PDT --- Created an attachment (id=35777)  View: