[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 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 vmal

[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 unusual

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 kernels

[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 a/

[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 b/drivers

[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 #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&attachment=36226 fix r1xx/r2xx/r3xx

[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&attachment=36226 fix r1xx/r2xx/r3x

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 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 pgpZYxJhMeA0P.pgp Description

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

2010-06-11 Thread Keith Packard
- next 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 28474] [r300g] lugaru/etc locks up laptop

2010-06-11 Thread bugzilla-daemon
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. -- Configur

[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. -- Configu

[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 a/

[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 b/drivers

[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 --- drivers/gpu/drm/radeon/radeon_device.c |7

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 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 sav

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

2010-06-11 Thread bugzilla-daemon
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

[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

Re: [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 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. > >>> > >>> > >>> >

Re: [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 unusual and it's what caused this s

[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 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: https://bugs.freedesktop.org/user

[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: https://bugs.freedesktop.org/user

[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 --- drivers/gpu/drm/radeon/radeon_device.c |7

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-06-11 Thread bugzilla-daemon
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: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[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: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[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 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 #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 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:

Re: [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 noth

[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 noth

[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: > > > https://bugzilla.kernel.org/show_bug.cgi?id=1614

[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 changed: What|Removed |Added CC||fabio@libero.it --- Comment #10 fro

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

2010-06-11 Thread bugzilla-daemon
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-daemon
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&attachm

[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 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&attachm

[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 #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&attachment=36214 possible fix

[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&attachment=36214 possible fix

Re: [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-dae...@bugzilla.kernel.org wrote: https://bu

[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 mod