[Bug 28459] [r300g] Heroes of Newerth slow and corrupted with libtxc_dxtn.so

2010-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28459 Fabio Pedretti fabio@libero.it changed: What|Removed |Added CC||fabio@libero.it

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #3 from Jerome Glisse gli...@freedesktop.org 2010-06-11 11:29:02 PDT --- Please attach full dmesg thanks -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[PATCH] drm/radeon/kms: fix dpms state on resume

2010-06-11 Thread Alex Deucher
From: Cedric Godin cedric.go...@skynet.be When suspending, we turn the display hw off, at resume the screen will stay black. This patch turn it on. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=16180 Signed-off-by: Cedric Godin cedric.go...@skynet.be Signed-off-by: Alex Deucher

[Bug 28459] [r300g] Heroes of Newerth slow and corrupted with libtxc_dxtn.so

2010-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28459 --- Comment #11 from Pavel Ondračka dra...@centrum.cz 2010-06-11 12:07:10 PDT --- Thank you Roland, with your patch Heroes of Newerth works fine again. This bug can be closed after your patch is committed. -- Configure bugmail:

Re: [Bug 16148] New: page allocation failure. order:1, mode:0x50d0

2010-06-11 Thread Thomas Hellstrom
On 06/11/2010 10:37 PM, Andrew Morton wrote: On Fri, 11 Jun 2010 22:22:28 +0200 Thomas Hellstromthellst...@vmware.com wrote: cc'ing Thomas, who added this, I expect we could drop the NORETRY or just add NOWARN. Though an order 1 page alloc failure isn't a pretty sight, not sure how a

[PATCH 2/2] drm/radeon/kms/atom: add crtc disable function

2010-06-11 Thread Alex Deucher
Disables the crts as per dpms and also disables the ppll associated with the crtc. This should save additional power. Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/atombios_crtc.c | 152 1 files changed, 96 insertions(+), 56

Re: [PATCH 2/2] drm/radeon/kms/atom: add crtc disable function

2010-06-11 Thread Keith Packard
On Fri, 11 Jun 2010 18:00:09 -0400, Alex Deucher alexdeuc...@gmail.com wrote: Disables the crts as per dpms and also disables the ppll associated with the crtc. This should save additional power. Any reason the pll isn't just disabled for dpms as well? -- keith.pack...@intel.com

[PATCH 2/3] libkms: don't export internal functions

2010-06-11 Thread Julien Cristau
--- libkms/internal.h |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libkms/internal.h b/libkms/internal.h index 63122d1..efb781a 100644 --- a/libkms/internal.h +++ b/libkms/internal.h @@ -30,6 +30,7 @@ #define INTERNAL_H_ #include "libkms.h" +#include

[PATCH 1/3] Add _DRM_HIDDEN macro

2010-06-11 Thread Julien Cristau
Introduce a new internal header since that doesn't seem to exist yet. Or maybe I should rename xf86atomic.h instead. --- xf86drm-internals.h | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 xf86drm-internals.h diff --git a/xf86drm-internals.h

[PATCH 3/3] radeon: don't export internal functions

2010-06-11 Thread Julien Cristau
Also drop prototypes for nonexistent functions. --- radeon/bof.h | 41 +++-- 1 files changed, 19 insertions(+), 22 deletions(-) diff --git a/radeon/bof.h b/radeon/bof.h index 014affb..239c98a 100644 --- a/radeon/bof.h +++ b/radeon/bof.h @@ -28,6 +28,7 @@

REGRESSION: dpms-on broken (drm_radeon,displayport) -- bisected

2010-06-11 Thread Lars Doelle
Hi Alex, Hi All, > Attached patch should fix it. Yes, it does. Alex, All, great job! Thanks and kind regards Lars

[PATCH 1/3] Add _DRM_HIDDEN macro

2010-06-11 Thread Julien Cristau
On Thu, Jun 10, 2010 at 23:50:09 +0200, Julien Cristau wrote: > Introduce a new internal header since that doesn't seem to exist yet. > Or maybe I should rename xf86atomic.h instead. > --- > xf86drm-internals.h | 12 > 1 files changed, 12 insertions(+), 0 deletions(-) > create

[Bug 16148] New: page allocation failure. order:1, mode:0x50d0

2010-06-11 Thread Dave Airlie
On Thu, 2010-06-10 at 15:38 -0700, Andrew Morton wrote: > (switched to email. Please respond via emailed reply-to-all, not via the > bugzilla web interface). > > On Mon, 7 Jun 2010 17:32:04 GMT > bugzilla-daemon at bugzilla.kernel.org wrote: > > >

[Bug 16148] New: page allocation failure. order:1, mode:0x50d0

2010-06-11 Thread Thomas Hellstrom
On 06/11/2010 01:15 AM, Dave Airlie wrote: > On Thu, 2010-06-10 at 15:38 -0700, Andrew Morton wrote: > >> (switched to email. Please respond via emailed reply-to-all, not via the >> bugzilla web interface). >> >> On Mon, 7 Jun 2010 17:32:04 GMT >> bugzilla-daemon at bugzilla.kernel.org wrote:

[Bug 28459] [r300g] Heroes of Newerth slow and corrupted with libtxc_dxtn.so

2010-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28459 --- Comment #8 from Roland Scheidegger 2010-06-11 05:35:00 PDT --- Created an attachment (id=36214) View: https://bugs.freedesktop.org/attachment.cgi?id=36214 Review: https://bugs.freedesktop.org/review?bug=28459=36214 possible fix If my

[Bug 28459] [r300g] Heroes of Newerth slow and corrupted with libtxc_dxtn.so

2010-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28459 --- Comment #9 from Fabio Pedretti 2010-06-11 09:01:00 PDT --- (In reply to comment #8) > Created an attachment (id=36214) View: https://bugs.freedesktop.org/attachment.cgi?id=36214 Review: https://bugs.freedesktop.org/review?bug=28459=36214

[Bug 27756] [KMS] sauerbraten crash with drmRadeonCmdBuffer: -22 -> Texture of unit 0 needs 8320 bytes but is 8192

2010-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27756 Fabio Pedretti changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28459] [r300g] Heroes of Newerth slow and corrupted with libtxc_dxtn.so

2010-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28459 Fabio Pedretti changed: What|Removed |Added CC||fabio.ped at libero.it --- Comment #10

[Bug 16148] New: page allocation failure. order:1, mode:0x50d0

2010-06-11 Thread Andrew Morton
On Fri, 11 Jun 2010 10:46:07 +0200 Thomas Hellstrom wrote: > >>> > >>> > >> David, I have a vague feeling that we've been round this loop before.. > >> > >> Why does agp_alloc_page_array() use __GFP_NORETRY? It's pretty unusual > >> and it's what caused this spew. > >> > >> There's

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #3 from Jerome Glisse 2010-06-11 11:29:02 PDT --- Please attach full dmesg thanks -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #4 from Da Fox 2010-06-11 11:36:50 PDT --- Created an attachment (id=36221) --> (https://bugs.freedesktop.org/attachment.cgi?id=36221) Kernel log for one day -- Configure bugmail:

[PATCH] drm/radeon/kms: fix dpms state on resume

2010-06-11 Thread Alex Deucher
From: Cedric Godin When suspending, we turn the display hw off, at resume the screen will stay black. This patch turn it on. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=16180 Signed-off-by: Cedric Godin Signed-off-by: Alex Deucher ---

[Bug 28459] [r300g] Heroes of Newerth slow and corrupted with libtxc_dxtn.so

2010-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28459 --- Comment #11 from Pavel Ondra?ka 2010-06-11 12:07:10 PDT --- Thank you Roland, with your patch Heroes of Newerth works fine again. This bug can be closed after your patch is committed. -- Configure bugmail:

[Bug 16148] New: page allocation failure. order:1, mode:0x50d0

2010-06-11 Thread Thomas Hellstrom
On 06/11/2010 07:24 PM, Andrew Morton wrote: > On Fri, 11 Jun 2010 10:46:07 +0200 Thomas Hellstrom > wrote: > > > > David, I have a vague feeling that we've been round this loop before.. Why does agp_alloc_page_array() use __GFP_NORETRY? It's pretty

[Bug 16148] New: page allocation failure. order:1, mode:0x50d0

2010-06-11 Thread Andrew Morton
On Fri, 11 Jun 2010 22:22:28 +0200 Thomas Hellstrom wrote: > >>> cc'ing Thomas, who added this, I expect we could drop the NORETRY or > >>> just add NOWARN. Though an order 1 page alloc failure isn't a pretty > >>> sight, not sure how a vmalloc fallback could save us. > >>> > >>> > >>> >

[Bug 28474] [r300g] lugaru/etc locks up laptop

2010-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28474 Tormod Volden changed: What|Removed |Added Summary|[gallium] lugaru/etc locks |[r300g] lugaru/etc locks up

No subject

2010-06-11 Thread
mesa upgrade to f4bcd0ca some hours later. At the time I installed lugaru (and did not see any crash) I had just installed 2.6.34-996.201005261005 (drm-next from mainline kernel PPA). Hours before I had installed 2.6.34-999.201005231006 (linus tree). So I must have been running one of those

[PATCH 1/2] drm/kms: add crtc disable function

2010-06-11 Thread Alex Deucher
More explicit than dpms. Same as the encoder disable function. Signed-off-by: Alex Deucher --- drivers/gpu/drm/drm_crtc_helper.c |5 - include/drm/drm_crtc_helper.h |3 +++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc_helper.c

[PATCH 2/2] drm/radeon/kms/atom: add crtc disable function

2010-06-11 Thread Alex Deucher
Disables the crts as per dpms and also disables the ppll associated with the crtc. This should save additional power. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/atombios_crtc.c | 152 1 files changed, 96 insertions(+), 56 deletions(-) diff --git

[Bug 28474] [r300g] lugaru/etc locks up laptop

2010-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28474 --- Comment #5 from Marek Ol??k 2010-06-11 15:09:04 PDT --- This is weird. I think all hardlocks a driver can provoke are more or less instant. I believe something is wrong in the kernel. IIRC Corbin had some issues with RV410 too. --

[PATCH 2/2] drm/radeon/kms/atom: add crtc disable function

2010-06-11 Thread Keith Packard
t part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100611/ae31cd25/attachment.pgp>

[Bug 28459] [r300g] Heroes of Newerth slow and corrupted with libtxc_dxtn.so

2010-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28459 --- Comment #12 from Alex Deucher 2010-06-11 15:55:20 PDT --- Created an attachment (id=36226) View: https://bugs.freedesktop.org/attachment.cgi?id=36226 Review: https://bugs.freedesktop.org/review?bug=28459=36226 fix r1xx/r2xx/r3xx This