[PATCH] drm/radeon/kms: fix tv dac conflict resolver

2010-04-27 Thread GhePeU
Il giorno gio, 15/04/2010 alle 13.41 -0400, Alex Deucher ha scritto: > >From 837feb147c531219c7315857a6f17e145af8f750 Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Thu, 15 Apr 2010 13:31:12 -0400 > Subject: [PATCH] drm/radeon/kms: fix tv dac conflict resolver > > On systems with the tv da

[PATCH] drm/radeon/kms: add accel parameter

2010-04-27 Thread Alex Deucher
Additional patch on top of the no accel patch to fix resume when no accel is specified or if accel failed to init at startup. Alex On Fri, Apr 23, 2010 at 5:21 PM, Alex Deucher wrote: > From 114f3491a411f50a0de1d59475fc267efd5afa6a Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Fri, 23 A

RV630 KMS PM info on tables requested

2010-04-27 Thread Klaus Doblmann B.A.
On Tue, 27 Apr 2010 14:06:41 -0400 Alex Deucher wrote: [...] > > enable/disable dynpm: > echo 1 > /sys/class/drm/card0/device/dynpm > > force a static power state: > echo 1.0 > /sys/class/drm/card0/device/power_state > > Alex Oh, now that you've mentioned it, I've noticed I've been using sysf

[PATCH] drm/radeon/bo: add some fallback placements for VRAM only objects. (v2)

2010-04-27 Thread Dave Airlie
2010/4/27 Michel D?nzer : > [ Moving to the new list ] > > On Die, 2010-04-27 at 12:34 +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> On constrained r100 systems compiz would fail to start due to a lack >> of memory, we can just fallback place the objects rather than completely >> failing it

RV630 KMS PM info on tables requested

2010-04-27 Thread Klaus Doblmann B.A.
On Tue, 27 Apr 2010 13:42:05 -0400 Alex Deucher wrote: > On Tue, Apr 27, 2010 at 5:35 AM, Klaus Doblmann B.A. > wrote: > > > > I sent this to Alex a few days ago but felt I should post it on this > > list as well: > > > > You might want to check the address you used as I never got the email. H

[PATCH 13/13] drm/vmwgfx: Remove some leftover debug messages.

2010-04-27 Thread Thomas Hellstrom
Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c index 6241255..cf7aa3d 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.

[PATCH 12/13] drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_fb.c |4 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c |2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c b/driv

[PATCH 11/13] drm/vmwgfx: Unpause overlay on update.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz The unpause codepath uses vmw_overlay_update() so we must unset the paused status. Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dri

[PATCH 10/13] drm/vmwgfx: Some modesetting cleanups and fixes.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 17 - 1 files changed, 4 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c

[PATCH 09/13] drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz We should not use SVGA_REG_ENABLE anywhere but in the fifo setup code, since it controls whether the device is active. Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_fb.c |4 drivers/gpu/drm/vmwgfx/vmwgfx_ld

[PATCH 08/13] drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c index 1b818c

[PATCH 07/13] drm/vmwgfx: Reserve first part of VRAM for framebuffer.

2010-04-27 Thread Thomas Hellstrom
The host may be touching this part of VRAM at modesetting, even if we never use it ourselves, since we blit screen updates from 3D surfaces. Make sure no DMA buffers are placed in this part of VRAM. Signed-off-by: Thomas Hellstrom Signed-off-by: Jakob Bornecrantz --- drivers/gpu/drm/vmwgfx/vmwg

[PATCH 06/13] drm/vmwgfx: Support older hardware.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |9 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h |5 ++ drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 81 -- drivers/gpu/drm/vmwgfx/

[PATCH 05/13] drm/vmwgfx: Get connector status from detection function.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Also make sure the ldu::active member is properly initialized. Part of fix by Michel Daenzer . Signed-off-by: Jakob Bornecrantz Signed-off-by: Michel Daenzer Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 10 +++--- 1 files changed, 3

[PATCH 04/13] drm/vmwgfx: Add kernel throttling support. Bump minor.

2010-04-27 Thread Thomas Hellstrom
The throttle_us member in the execbuf argument is now honored. If the member is 0, no waiting for lag will occur, which guarantees backwards compatibility with well-behaved clients. Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/Makefile |2 +- drivers/gpu/drm/vmwgfx/vmwg

[PATCH 03/13] drm/vmwgfx: Make sure to unpin old and pin new framebuffer.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 17 +++-- 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c

[PATCH 02/13] drm/vmwgfx: Fix single framebuffer detection.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c index 9089159..

[PATCH 01/13] drm/vmwgfx: Assume larger framebuffer max size.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c index 31f9afe

[PATCH 0/13] vmwgfx update

2010-04-27 Thread Thomas Hellstrom
This patch series basically brings vmwgfx up to date with the standalone repo. Mostly bug-fixes but some new features as well. Most notably the in-kernel time-based throttling support which is advertized by a minor version bump.

Re: [PATCH] drm/radeon/kms: add accel parameter

2010-04-27 Thread Alex Deucher
Additional patch on top of the no accel patch to fix resume when no accel is specified or if accel failed to init at startup. Alex On Fri, Apr 23, 2010 at 5:21 PM, Alex Deucher wrote: > From 114f3491a411f50a0de1d59475fc267efd5afa6a Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Fri, 23 A

[PATCH] drm/radeon/kms: fix tv dac conflict resolver

2010-04-27 Thread Alex Deucher
On Tue, Apr 27, 2010 at 6:24 PM, GhePeU wrote: > Il giorno mar, 27/04/2010 alle 18.11 -0400, Alex Deucher ha scritto: >> On Tue, Apr 27, 2010 at 5:30 PM, GhePeU wrote: >> > Il giorno gio, 15/04/2010 alle 13.41 -0400, Alex Deucher ha scritto: >> >> >From 837feb147c531219c7315857a6f17e145af8f750 Mo

[PATCH] drm/radeon/kms: fix tv dac conflict resolver

2010-04-27 Thread Alex Deucher
On Tue, Apr 27, 2010 at 5:30 PM, GhePeU wrote: > Il giorno gio, 15/04/2010 alle 13.41 -0400, Alex Deucher ha scritto: >> >From 837feb147c531219c7315857a6f17e145af8f750 Mon Sep 17 00:00:00 2001 >> From: Alex Deucher >> Date: Thu, 15 Apr 2010 13:31:12 -0400 >> Subject: [PATCH] drm/radeon/kms: fix t

Re: [PATCH] drm/radeon/kms: fix tv dac conflict resolver

2010-04-27 Thread Alex Deucher
On Tue, Apr 27, 2010 at 6:24 PM, GhePeU wrote: > Il giorno mar, 27/04/2010 alle 18.11 -0400, Alex Deucher ha scritto: >> On Tue, Apr 27, 2010 at 5:30 PM, GhePeU wrote: >> > Il giorno gio, 15/04/2010 alle 13.41 -0400, Alex Deucher ha scritto: >> >> >From 837feb147c531219c7315857a6f17e145af8f750 Mo

Re: [PATCH] drm/radeon/kms: fix tv dac conflict resolver

2010-04-27 Thread GhePeU
Il giorno mar, 27/04/2010 alle 18.11 -0400, Alex Deucher ha scritto: > On Tue, Apr 27, 2010 at 5:30 PM, GhePeU wrote: > > Il giorno gio, 15/04/2010 alle 13.41 -0400, Alex Deucher ha scritto: > >> >From 837feb147c531219c7315857a6f17e145af8f750 Mon Sep 17 00:00:00 2001 > >> From: Alex Deucher > >>

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #11 from Brian Paul 2010-04-27 15:16:15 PDT --- Can you do "export ST_DEBUG=mesa,tgsi" and re-run? That should print the GPU instructions to stderr. Please attach that output to the bug report. Thanks. -- Configure bugmail: http

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #11 from Brian Paul 2010-04-27 15:16:15 PDT --- Can you do "export ST_DEBUG=mesa,tgsi" and re-run? That should print the GPU instructions to stderr. Please attach that output to the bug report. Thanks. -- Configure bugmail: http

Re: [PATCH] drm/radeon/kms: fix tv dac conflict resolver

2010-04-27 Thread Alex Deucher
On Tue, Apr 27, 2010 at 5:30 PM, GhePeU wrote: > Il giorno gio, 15/04/2010 alle 13.41 -0400, Alex Deucher ha scritto: >> >From 837feb147c531219c7315857a6f17e145af8f750 Mon Sep 17 00:00:00 2001 >> From: Alex Deucher >> Date: Thu, 15 Apr 2010 13:31:12 -0400 >> Subject: [PATCH] drm/radeon/kms: fix t

[PATCH 1/2] drm/edid: Make EDID header fixup threshold configurable

2010-04-27 Thread Dave Airlie
On Tue, Apr 27, 2010 at 5:03 AM, Adam Jackson wrote: > Signed-off-by: Adam Jackson not sure about the kernel-parameters additions, since the option would be drm.edid_threshhold= and its a module option, though now that we can accept module options on the command line, we could start adding them

Re: [PATCH] drm/radeon/kms: fix tv dac conflict resolver

2010-04-27 Thread GhePeU
Il giorno gio, 15/04/2010 alle 13.41 -0400, Alex Deucher ha scritto: > >From 837feb147c531219c7315857a6f17e145af8f750 Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Thu, 15 Apr 2010 13:31:12 -0400 > Subject: [PATCH] drm/radeon/kms: fix tv dac conflict resolver > > On systems with the tv da

RV630 KMS PM info on tables requested

2010-04-27 Thread Alex Deucher
On Tue, Apr 27, 2010 at 1:53 PM, Klaus Doblmann B.A. wrote: > On Tue, 27 Apr 2010 13:42:05 -0400 > Alex Deucher wrote: > >> On Tue, Apr 27, 2010 at 5:35 AM, Klaus Doblmann B.A. >> wrote: >> > >> > I sent this to Alex a few days ago but felt I should post it on this >> > list as well: >> > >> >>

[PATCH] drm/radeon/kms: handle accel failure on resume better

2010-04-27 Thread Alex Deucher
If initializing accel on resume fails, fallback to no accel. This should fix resume if accel setup failed initially or was forced off by the user. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 40 ++--- drivers/gpu/drm/radeon/r100.c |

RV630 KMS PM info on tables requested

2010-04-27 Thread Alex Deucher
On Tue, Apr 27, 2010 at 5:35 AM, Klaus Doblmann B.A. wrote: > > I sent this to Alex a few days ago but felt I should post it on this > list as well: > You might want to check the address you used as I never got the email. > I've been testing radeon KMS PM with 2.6.34-rc* for a few days now and >

[PATCH] drm/radeon/bo: add some fallback placements for VRAM only objects. (v2)

2010-04-27 Thread Michel Dänzer
On Die, 2010-04-27 at 20:14 +1000, Dave Airlie wrote: > 2010/4/27 Michel D?nzer : > > [ Moving to the new list ] > > > > On Die, 2010-04-27 at 12:34 +1000, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> On constrained r100 systems compiz would fail to start due to a lack > >> of memory, we c

[PATCH] drm/radeon/bo: add some fallback placements for VRAM only objects. (v2)

2010-04-27 Thread Michel Dänzer
[ Moving to the new list ] On Die, 2010-04-27 at 12:34 +1000, Dave Airlie wrote: > From: Dave Airlie > > On constrained r100 systems compiz would fail to start due to a lack > of memory, we can just fallback place the objects rather than completely > failing it works a lot better. > > v2: > fi

RV630 KMS PM info on tables requested

2010-04-27 Thread Klaus Doblmann B.A.
I sent this to Alex a few days ago but felt I should post it on this list as well: I've been testing radeon KMS PM with 2.6.34-rc* for a few days now and I wanted to send you my testcase. Even though PM is enabled, the defaults of my card are somewhat insane so no real powermanagement takes place

[PATCH 1/2] drm/edid: Make EDID header fixup threshold configurable

2010-04-27 Thread Adam Jackson
ay of knowing whether the monitor has synced, which would let us know whether a given mode was bad or not. - ajax -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally

Re: RV630 KMS PM info on tables requested

2010-04-27 Thread Klaus Doblmann B.A.
On Tue, 27 Apr 2010 14:06:41 -0400 Alex Deucher wrote: [...] > > enable/disable dynpm: > echo 1 > /sys/class/drm/card0/device/dynpm > > force a static power state: > echo 1.0 > /sys/class/drm/card0/device/power_state > > Alex Oh, now that you've mentioned it, I've noticed I've been using sysf

Re: RV630 KMS PM info on tables requested

2010-04-27 Thread Alex Deucher
On Tue, Apr 27, 2010 at 1:53 PM, Klaus Doblmann B.A. wrote: > On Tue, 27 Apr 2010 13:42:05 -0400 > Alex Deucher wrote: > >> On Tue, Apr 27, 2010 at 5:35 AM, Klaus Doblmann B.A. >> wrote: >> > >> > I sent this to Alex a few days ago but felt I should post it on this >> > list as well: >> > >> >>

Re: RV630 KMS PM info on tables requested

2010-04-27 Thread Klaus Doblmann B.A.
On Tue, 27 Apr 2010 13:42:05 -0400 Alex Deucher wrote: > On Tue, Apr 27, 2010 at 5:35 AM, Klaus Doblmann B.A. > wrote: > > > > I sent this to Alex a few days ago but felt I should post it on this > > list as well: > > > > You might want to check the address you used as I never got the email. H

[PATCH 13/13] drm/vmwgfx: Remove some leftover debug messages.

2010-04-27 Thread Thomas Hellstrom
Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c index 6241255..cf7aa3d 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.

[PATCH 12/13] drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_fb.c |4 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c |2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c b/driv

[PATCH 11/13] drm/vmwgfx: Unpause overlay on update.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz The unpause codepath uses vmw_overlay_update() so we must unset the paused status. Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dri

[PATCH 10/13] drm/vmwgfx: Some modesetting cleanups and fixes.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 17 - 1 files changed, 4 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c

[PATCH 09/13] drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz We should not use SVGA_REG_ENABLE anywhere but in the fifo setup code, since it controls whether the device is active. Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_fb.c |4 drivers/gpu/drm/vmwgfx/vmwgfx_ld

[PATCH 08/13] drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c index 1b818c

[PATCH 07/13] drm/vmwgfx: Reserve first part of VRAM for framebuffer.

2010-04-27 Thread Thomas Hellstrom
The host may be touching this part of VRAM at modesetting, even if we never use it ourselves, since we blit screen updates from 3D surfaces. Make sure no DMA buffers are placed in this part of VRAM. Signed-off-by: Thomas Hellstrom Signed-off-by: Jakob Bornecrantz --- drivers/gpu/drm/vmwgfx/vmwg

[PATCH 06/13] drm/vmwgfx: Support older hardware.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |9 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h |5 ++ drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 81 -- drivers/gpu/drm/vmwgfx/

[PATCH 05/13] drm/vmwgfx: Get connector status from detection function.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Also make sure the ldu::active member is properly initialized. Part of fix by Michel Daenzer . Signed-off-by: Jakob Bornecrantz Signed-off-by: Michel Daenzer Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 10 +++--- 1 files changed, 3

[PATCH 04/13] drm/vmwgfx: Add kernel throttling support. Bump minor.

2010-04-27 Thread Thomas Hellstrom
The throttle_us member in the execbuf argument is now honored. If the member is 0, no waiting for lag will occur, which guarantees backwards compatibility with well-behaved clients. Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/Makefile |2 +- drivers/gpu/drm/vmwgfx/vmwg

[PATCH 03/13] drm/vmwgfx: Make sure to unpin old and pin new framebuffer.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 17 +++-- 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c

[PATCH 02/13] drm/vmwgfx: Fix single framebuffer detection.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c index 9089159..

[PATCH 1/2] drm/edid: Make EDID header fixup threshold configurable

2010-04-27 Thread Alex Deucher
On Tue, Apr 27, 2010 at 10:30 AM, Adam Jackson wrote: > On Tue, 2010-04-27 at 15:01 +1000, Dave Airlie wrote: >> On Tue, Apr 27, 2010 at 5:03 AM, Adam Jackson wrote: >> > Signed-off-by: Adam Jackson >> >> not sure about the kernel-parameters additions, since the option would >> be drm.edid_thres

[PATCH 01/13] drm/vmwgfx: Assume larger framebuffer max size.

2010-04-27 Thread Thomas Hellstrom
From: Jakob Bornecrantz Signed-off-by: Jakob Bornecrantz Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c index 31f9afe

[PATCH 0/13] vmwgfx update

2010-04-27 Thread Thomas Hellstrom
This patch series basically brings vmwgfx up to date with the standalone repo. Mostly bug-fixes but some new features as well. Most notably the in-kernel time-based throttling support which is advertized by a minor version bump. ___ dri-devel mailing lis

Re: RV630 KMS PM info on tables requested

2010-04-27 Thread Alex Deucher
On Tue, Apr 27, 2010 at 5:35 AM, Klaus Doblmann B.A. wrote: > > I sent this to Alex a few days ago but felt I should post it on this > list as well: > You might want to check the address you used as I never got the email. > I've been testing radeon KMS PM with 2.6.34-rc* for a few days now and >

[PATCH 1/2] drm/edid: Make EDID header fixup threshold configurable

2010-04-27 Thread Adam Jackson
ame: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100427/b4eb2612/attachment.pgp>

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #10 from Fabio Pedretti 2010-04-27 09:13:58 PDT --- > (gdb) p index > $2 = 1 > (gdb) p t->psizoutindex > $3 = -1 > (gdb) p t->prevInstWrotePsiz > $4 = 0 '\000' > (gdb) p t->outputMapping[index] > $5 = 19828484 > > Other vars? That

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #10 from Fabio Pedretti 2010-04-27 09:13:58 PDT --- > (gdb) p index > $2 = 1 > (gdb) p t->psizoutindex > $3 = -1 > (gdb) p t->prevInstWrotePsiz > $4 = 0 '\000' > (gdb) p t->outputMapping[index] > $5 = 19828484 > > Other vars? That

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #9 from Fabio Pedretti 2010-04-27 09:03:57 PDT --- (In reply to comment #8) > Created an attachment (id=35312) View: https://bugs.freedesktop.org/attachment.cgi?id=35312 Review: https://bugs.freedesktop.org/review?bug=27729&attachm

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #9 from Fabio Pedretti 2010-04-27 09:03:57 PDT --- (In reply to comment #8) > Created an attachment (id=35312) View: https://bugs.freedesktop.org/attachment.cgi?id=35312 Review: https://bugs.freedesktop.org/review?bug=27729&attachm

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #8 from Brian Paul 2010-04-27 08:43:18 PDT --- Created an attachment (id=35312) View: https://bugs.freedesktop.org/attachment.cgi?id=35312 Review: https://bugs.freedesktop.org/review?bug=27729&attachment=35312 patch for r300g is_f

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #8 from Brian Paul 2010-04-27 08:43:18 PDT --- Created an attachment (id=35312) View: https://bugs.freedesktop.org/attachment.cgi?id=35312 Review: https://bugs.freedesktop.org/review?bug=27729&attachment=35312 patch for r300g is_f

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #7 from Fabio Pedretti 2010-04-27 08:31:26 PDT --- (In reply to comment #6) > I think I have this fixed now. Can you re-test with mesa commit > db14a8022a2a957c83b1fe33a84af3cdb1952d68 or later? With 7567f05199f1ca114cc57e3a11ac101

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #7 from Fabio Pedretti 2010-04-27 08:31:26 PDT --- (In reply to comment #6) > I think I have this fixed now. Can you re-test with mesa commit > db14a8022a2a957c83b1fe33a84af3cdb1952d68 or later? With 7567f05199f1ca114cc57e3a11ac101

Re: [PATCH 1/2] drm/edid: Make EDID header fixup threshold configurable

2010-04-27 Thread Adam Jackson
On Tue, 2010-04-27 at 10:47 -0400, Alex Deucher wrote: > On Tue, Apr 27, 2010 at 10:30 AM, Adam Jackson wrote: > > That's a valid point though: we currently don't distinguish between > > "connected but with broken EDID" and "disconnected". I think it sounds > > reasonable to treat the former as c

Re: [PATCH 1/2] drm/edid: Make EDID header fixup threshold configurable

2010-04-27 Thread Alex Deucher
On Tue, Apr 27, 2010 at 10:30 AM, Adam Jackson wrote: > On Tue, 2010-04-27 at 15:01 +1000, Dave Airlie wrote: >> On Tue, Apr 27, 2010 at 5:03 AM, Adam Jackson wrote: >> > Signed-off-by: Adam Jackson >> >> not sure about the kernel-parameters additions, since the option would >> be drm.edid_thres

Re: [PATCH 1/2] drm/edid: Make EDID header fixup threshold configurable

2010-04-27 Thread Adam Jackson
On Tue, 2010-04-27 at 15:01 +1000, Dave Airlie wrote: > On Tue, Apr 27, 2010 at 5:03 AM, Adam Jackson wrote: > > Signed-off-by: Adam Jackson > > not sure about the kernel-parameters additions, since the option would > be drm.edid_threshhold= and its a module option, though now that we > can acce

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #6 from Brian Paul 2010-04-27 07:30:15 PDT --- I think I have this fixed now. Can you re-test with mesa commit db14a8022a2a957c83b1fe33a84af3cdb1952d68 or later? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

[Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27729 --- Comment #6 from Brian Paul 2010-04-27 07:30:15 PDT --- I think I have this fixed now. Can you re-test with mesa commit db14a8022a2a957c83b1fe33a84af3cdb1952d68 or later? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

[git pull] drm fixes

2010-04-27 Thread Dave Airlie
Hi Linus, radeon: couple of evergreen support fixes, + pipe fix for r300, sparc regression fix core: another vblank from jbarnes. The following changes since commit b78315f051de8d207bead90470aa216c0617572b: Jesse Barnes (1): drm: delay vblank cleanup until after driver unload are ava

[Bug 27858] New: [r300g] wine game crashes

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27858 Summary: [r300g] wine game crashes Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Com

[Bug 27858] New: [r300g] wine game crashes

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27858 Summary: [r300g] wine game crashes Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Com

[Bug 27851] Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27851 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 27851] Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27851 Marek Ol??k changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [PATCH] drm/radeon/bo: add some fallback placements for VRAM only objects. (v2)

2010-04-27 Thread Michel Dänzer
On Die, 2010-04-27 at 20:14 +1000, Dave Airlie wrote: > 2010/4/27 Michel Dänzer : > > [ Moving to the new list ] > > > > On Die, 2010-04-27 at 12:34 +1000, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> On constrained r100 systems compiz would fail to start due to a lack > >> of memory, we c

Re: [PATCH] drm/radeon/bo: add some fallback placements for VRAM only objects. (v2)

2010-04-27 Thread Dave Airlie
2010/4/27 Michel Dänzer : > [ Moving to the new list ] > > On Die, 2010-04-27 at 12:34 +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> On constrained r100 systems compiz would fail to start due to a lack >> of memory, we can just fallback place the objects rather than completely >> failing it

Re: [PATCH] drm/radeon/bo: add some fallback placements for VRAM only objects. (v2)

2010-04-27 Thread Michel Dänzer
[ Moving to the new list ] On Die, 2010-04-27 at 12:34 +1000, Dave Airlie wrote: > From: Dave Airlie > > On constrained r100 systems compiz would fail to start due to a lack > of memory, we can just fallback place the objects rather than completely > failing it works a lot better. > > v2: > fi

[Bug 27851] Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27851 --- Comment #3 from Pavel Ondračka 2010-04-27 03:11:08 PDT --- Created an attachment (id=35305) --> (https://bugs.freedesktop.org/attachment.cgi?id=35305) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --

[Bug 27851] Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27851 --- Comment #3 from Pavel Ondra?ka 2010-04-27 03:11:08 PDT --- Created an attachment (id=35305) --> (https://bugs.freedesktop.org/attachment.cgi?id=35305) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --

[Bug 27851] Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27851 --- Comment #2 from Marek Olšák 2010-04-27 03:02:18 PDT --- Please attach the dmesg output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for

[Bug 27851] Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27851 --- Comment #2 from Marek Ol??k 2010-04-27 03:02:18 PDT --- Please attach the dmesg output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee fo

RV630 KMS PM info on tables requested

2010-04-27 Thread Klaus Doblmann B.A.
I sent this to Alex a few days ago but felt I should post it on this list as well: I've been testing radeon KMS PM with 2.6.34-rc* for a few days now and I wanted to send you my testcase. Even though PM is enabled, the defaults of my card are somewhat insane so no real powermanagement takes place

[Bug 27851] Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27851 Pavel Ondračka changed: What|Removed |Added Keywords||regression -- Configure bugmail: https

[Bug 27851] Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27851 Pavel Ondra?ka changed: What|Removed |Added Keywords||regression -- Configure bugmail: https

[Bug 27851] Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27851 --- Comment #1 from Pavel Ondračka 2010-04-27 02:17:58 PDT --- Created an attachment (id=35303) --> (https://bugs.freedesktop.org/attachment.cgi?id=35303) console output -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[Bug 27851] Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27851 --- Comment #1 from Pavel Ondra?ka 2010-04-27 02:17:58 PDT --- Created an attachment (id=35303) --> (https://bugs.freedesktop.org/attachment.cgi?id=35303) console output -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[Bug 27851] New: Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27851 Summary: Major slowdowns in Heroes of Newerth with r300g driver. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Sever

[Bug 27851] New: Major slowdowns in Heroes of Newerth with r300g driver.

2010-04-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27851 Summary: Major slowdowns in Heroes of Newerth with r300g driver. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Sever

Free Fermi cards to interested developers and researchers

2010-04-27 Thread "C. Bergström"
Hi all PathScale is giving away a limited amount of Nvidia Fermi cards to qualified open source developers and researchers. We are mainly focused on our optimized gpu compiler and the HPC market, but also open to sponsoring creative ideas or projects surrounding the gpu. Here's a short list of s

[PATCH] drm/radeon/kms: r600 fix color buffer pitch check

2010-04-27 Thread Alex Deucher
On Mon, Apr 26, 2010 at 5:36 AM, Jerome Glisse wrote: > Color buffer pitch need to be 64bits aligned not 64bytes. > This patch correct the cs checker. > Nack for now. It's actually quite a bit more complex. I'll try and put together some better info on the alignment requirements tomorrow. Alex