[Regression, post-2.6.34] Hibernation broken on machines with radeon/KMS and r300

2010-06-16 Thread Rafael J. Wysocki
On Wednesday, June 16, 2010, Ondrej Zary wrote: > On Wednesday 16 June 2010, Rafael J. Wysocki wrote: > > On Tuesday, June 15, 2010, Rafael J. Wysocki wrote: > > > On Monday, June 14, 2010, Alex Deucher wrote: > > > > On Mon, Jun 14, 2010 at 3:03 PM, Rafael J. Wysocki > > > > wrote: > > > > > On

[2.6.35 regression ping] i915 is unusable due to CRT hotplug bug

2010-06-16 Thread Adam Jackson
e trigger for rescans sure feels right to me. - ajax -- next part -- A non-text attachment was scrubbed... Name: 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/20100616/386361bc/attachment.pgp>

[Regression, post-2.6.34] Hibernation broken on machines with radeon/KMS and r300

2010-06-16 Thread Alex Deucher
t where >> > > the screen goes off and the box hangs (solid). ?Normally, it would turn >> > > the screen back on and continue with saving the image. >> > > >> > > But, since that happens with the patch above applied, I think it doesn't >> > > really pass the suspend phase (IOW, it probably hangs somewhere in the >> > > radeon's suspend routine). >> > >> > I've just verified that in fact hibernation works on HP nx6325 with >> > 2.6.35-rc3, but it takes about 55 sec. to suspend the graphics adapter in >> > the "freeze" phase. ?Surprisingly enough, during suspend to RAM it works >> > normally (as well as in the "poweroff" phase of hibernation). >> >> It takes 2 minutes on RV530: >> https://bugzilla.redhat.com/show_bug.cgi?id=586522 > > Well, my second affected box appears to hang somewhere in the radeon's suspend > routine. Does the attached patch help? Alex -- next part -- A non-text attachment was scrubbed... Name: 0001-drm-radeon-kms-only-attempt-to-cancel-delayed-work-i.patch Type: text/x-patch Size: 1712 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100616/070f007c/attachment.bin>

[PATCH] drm/radeon/kms: fix typo in evergreen_gpu_init

2010-06-16 Thread Alex Deucher
On Wed, Jun 16, 2010 at 3:26 PM, Corbin Simpson wrote: > On Wed, Jun 16, 2010 at 9:24 AM, Alex Deucher > wrote: >> Signed-off-by: Alex Deucher >> --- >> ?drivers/gpu/drm/radeon/evergreen.c | ? 10 +- >> ?1 files changed, 5 insertions(+), 5 deletions(-) >> >> diff --git a/drivers/gpu/drm/

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

2010-06-16 Thread Mel Gorman
Hi Dave, On Wed, Jun 16, 2010 at 08:57:09AM +1000, Dave Airlie wrote: > > (switching back to email, actually) > > > > On Sun, 13 Jun 2010 13:01:57 GMT > > bugzilla-dae...@bugzilla.kernel.org wrote: > > > > > https://bugzilla.kernel.org/show_bug.cgi?id=16148 > > > > > > > > > Mikko C. changed: >

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

2010-06-16 Thread Mel Gorman
Hi Dave, On Wed, Jun 16, 2010 at 08:57:09AM +1000, Dave Airlie wrote: > > (switching back to email, actually) > > > > On Sun, 13 Jun 2010 13:01:57 GMT > > bugzilla-daemon at bugzilla.kernel.org wrote: > > > > > https://bugzilla.kernel.org/show_bug.cgi?id=16148 > > > > > > > > > Mikko C. changed

Re: [2.6.35 regression ping] i915 is unusable due to CRT hotplug bug

2010-06-16 Thread Adam Jackson
On Wed, 2010-06-16 at 07:39 -0400, Andrew Lutomirski wrote: > [resend to correct dri-devel address] > > > Hi all- > > Just a friendly regression reminder: a recent patch intended to fix > the long-standing hotplug storm bugs in i915 instead made it a good > deal worse -- I now get hotplug interr

Re: [Regression, post-2.6.34] Hibernation broken on machines with radeon/KMS and r300

2010-06-16 Thread Alex Deucher
On Wed, Jun 16, 2010 at 4:16 PM, Rafael J. Wysocki wrote: > On Wednesday, June 16, 2010, Ondrej Zary wrote: >> On Wednesday 16 June 2010, Rafael J. Wysocki wrote: >> > On Tuesday, June 15, 2010, Rafael J. Wysocki wrote: >> > > On Monday, June 14, 2010, Alex Deucher wrote: >> > > > On Mon, Jun 14,

Re: [Regression, post-2.6.34] Hibernation broken on machines with radeon/KMS and r300

2010-06-16 Thread Rafael J. Wysocki
On Wednesday, June 16, 2010, Ondrej Zary wrote: > On Wednesday 16 June 2010, Rafael J. Wysocki wrote: > > On Tuesday, June 15, 2010, Rafael J. Wysocki wrote: > > > On Monday, June 14, 2010, Alex Deucher wrote: > > > > On Mon, Jun 14, 2010 at 3:03 PM, Rafael J. Wysocki wrote: > > > > > On Monday, J

Re: [PATCH] drm/radeon/kms: fix typo in evergreen_gpu_init

2010-06-16 Thread Alex Deucher
On Wed, Jun 16, 2010 at 3:26 PM, Corbin Simpson wrote: > On Wed, Jun 16, 2010 at 9:24 AM, Alex Deucher wrote: >> Signed-off-by: Alex Deucher >> --- >>  drivers/gpu/drm/radeon/evergreen.c |   10 +- >>  1 files changed, 5 insertions(+), 5 deletions(-) >> >> diff --git a/drivers/gpu/drm/rad

Re: [PATCH] drm/radeon/kms: fix typo in evergreen_gpu_init

2010-06-16 Thread Corbin Simpson
On Wed, Jun 16, 2010 at 9:24 AM, Alex Deucher wrote: > Signed-off-by: Alex Deucher > --- >  drivers/gpu/drm/radeon/evergreen.c |   10 +- >  1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/drivers/gpu/drm/radeon/evergreen.c > b/drivers/gpu/drm/radeon/evergreen.c > index

[PATCH] drm/radeon/kms: fix typo in evergreen_gpu_init

2010-06-16 Thread Corbin Simpson
On Wed, Jun 16, 2010 at 9:24 AM, Alex Deucher wrote: > Signed-off-by: Alex Deucher > --- > ?drivers/gpu/drm/radeon/evergreen.c | ? 10 +- > ?1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/drivers/gpu/drm/radeon/evergreen.c > b/drivers/gpu/drm/radeon/evergreen.c > index

[PATCH] drm/radeon/kms: fix typo in evergreen_gpu_init

2010-06-16 Thread Alex Deucher
Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c index 4b6623d..38c500e 100644 --- a/drivers/gpu/drm/radeon/evergreen.c +++

[PATCH 6/8]i2c:i2c_core Fix warning: variable 'dummy' set but not used

2010-06-16 Thread Jean Delvare
On Tue, 15 Jun 2010 09:20:39 -0700, David Daney wrote: > On 06/15/2010 04:40 AM, Jean Delvare wrote: > > __process_new_adapter() calls i2c_do_add_adapter() which always returns > > 0. Why should I check the return value of bus_for_each_drv() when I > > know it will always be 0 by construction? > >

[PATCH] drm/ttm: non pooled page allocation should have GFP_USER set

2010-06-16 Thread Jerome Glisse
Non pooled page allocation should have GFP_USER set so allocation can wait and reclaim page from other process (ie non atomic). Signed-off-by: Jerome Glisse --- drivers/gpu/drm/ttm/ttm_page_alloc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_

[Bug 27407] The new MESA degrades performance on RS690M and x1270 graphs chip.

2010-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27407 --- Comment #1 from Alvaro Aguirre 2010-06-16 09:48:12 PDT --- Same problem here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[Bug 27407] The new MESA degrades performance on RS690M and x1270 graphs chip.

2010-06-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27407 --- Comment #1 from Alvaro Aguirre 2010-06-16 09:48:12 PDT --- Same problem here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[PATCH] drm/radeon/kms: fix typo in evergreen_gpu_init

2010-06-16 Thread Alex Deucher
Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/evergreen.c index 4b6623d..38c500e 100644 --- a/drivers/gpu/drm/radeon/evergreen.c +++

[Bug 28574] [R600] Caster (commercial game) crash.

2010-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28574 regna...@gmail.com changed: What|Removed |Added URL||http://www.elecorn.com/cast

[Bug 28574] [R600] Caster (commercial game) crash.

2010-06-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28574 regnak90 at gmail.com changed: What|Removed |Added URL||http://www.elecorn.com/cast

[Bug 28574] New: [R600] Caster (commercial game) crash.

2010-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28574 Summary: [R600] Caster (commercial game) crash. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: med

[Bug 28574] New: [R600] Caster (commercial game) crash.

2010-06-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28574 Summary: [R600] Caster (commercial game) crash. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: med

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

2010-06-16 Thread Dave Airlie
On Tue, 2010-06-15 at 15:41 -0700, Andrew Morton wrote: > (switched to email. Please respond via emailed reply-to-all, not via the > bugzilla web interface). > > (switching back to email, actually) > > On Sun, 13 Jun 2010 13:01:57 GMT > bugzilla-daemon at bugzilla.kernel.org wrote: > > > https:

[Regression, post-2.6.34] Hibernation broken on machines with radeon/KMS and r300

2010-06-16 Thread Ondrej Zary
On Wednesday 16 June 2010, Rafael J. Wysocki wrote: > On Tuesday, June 15, 2010, Rafael J. Wysocki wrote: > > On Monday, June 14, 2010, Alex Deucher wrote: > > > On Mon, Jun 14, 2010 at 3:03 PM, Rafael J. Wysocki wrote: > > > > On Monday, June 14, 2010, Alex Deucher wrote: > > > >> On Mon, Jun 14,

[2.6.35 regression ping] i915 is unusable due to CRT hotplug bug

2010-06-16 Thread Andrew Lutomirski
[resend to correct dri-devel address] Hi all- Just a friendly regression reminder: a recent patch intended to fix the long-standing hotplug storm bugs in i915 instead made it a good deal worse -- I now get hotplug interrupts constantly as long as anything (plymouth or Xorg, for example) is query

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #7 from Aidan Marks 2010-06-16 05:22:05 PDT --- > (In reply to comment #5) > > Also seeing random freezes here on my Thinkpad T60 on 2.6.34 with X1300 > > mobility radeon. > > Could you please also specify the exact GPU that you have

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-06-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #7 from Aidan Marks 2010-06-16 05:22:05 PDT --- > (In reply to comment #5) > > Also seeing random freezes here on my Thinkpad T60 on 2.6.34 with X1300 > > mobility radeon. > > Could you please also specify the exact GPU that you have

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #6 from Da Fox 2010-06-16 05:12:00 PDT --- I've recompiled the kernel (this time revision 8e36113082821980c60ce89a6c5d45fc9492fc26) with netconsole enabled, and have 'triggered' the freeze. At this point no errors, warnings or other

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-06-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #6 from Da Fox 2010-06-16 05:12:00 PDT --- I've recompiled the kernel (this time revision 8e36113082821980c60ce89a6c5d45fc9492fc26) with netconsole enabled, and have 'triggered' the freeze. At this point no errors, warnings or other

[2.6.35 regression ping] i915 is unusable due to CRT hotplug bug

2010-06-16 Thread Andrew Lutomirski
[resend to correct dri-devel address] Hi all- Just a friendly regression reminder: a recent patch intended to fix the long-standing hotplug storm bugs in i915 instead made it a good deal worse -- I now get hotplug interrupts constantly as long as anything (plymouth or Xorg, for example) is query

Re: [PATCH 6/8]i2c:i2c_core Fix warning: variable 'dummy' set but not used

2010-06-16 Thread Jean Delvare
On Tue, 15 Jun 2010 09:20:39 -0700, David Daney wrote: > On 06/15/2010 04:40 AM, Jean Delvare wrote: > > __process_new_adapter() calls i2c_do_add_adapter() which always returns > > 0. Why should I check the return value of bus_for_each_drv() when I > > know it will always be 0 by construction? > >

[PATCH] drm/ttm: non pooled page allocation should have GFP_USER set

2010-06-16 Thread Jerome Glisse
Non pooled page allocation should have GFP_USER set so allocation can wait and reclaim page from other process (ie non atomic). Signed-off-by: Jerome Glisse --- drivers/gpu/drm/ttm/ttm_page_alloc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_

[Regression, post-2.6.34] Hibernation broken on machines with radeon/KMS and r300

2010-06-16 Thread Rafael J. Wysocki
On Tuesday, June 15, 2010, Rafael J. Wysocki wrote: > On Monday, June 14, 2010, Alex Deucher wrote: > > On Mon, Jun 14, 2010 at 3:03 PM, Rafael J. Wysocki wrote: > > > On Monday, June 14, 2010, Alex Deucher wrote: > > >> On Mon, Jun 14, 2010 at 10:53 AM, Rafael J. Wysocki > > >> wrote: > > >> >

[Bug 27755] [KMS] sauerbraten crash with drmRadeonCmdBuffer: -22. -> Vertex array 0 need 83794200 dwords have 112640 dwords

2010-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27755 --- Comment #2 from Fabio Pedretti 2010-06-16 00:10:10 PDT --- (In reply to comment #1) > I am getting this error as well. But the card type is x2300 (rv550?) (not > r300) > > [drm:r100_cs_track_check] *ERROR* [drm] Buffer too small for color b

[Bug 27755] [KMS] sauerbraten crash with drmRadeonCmdBuffer: -22. -> Vertex array 0 need 83794200 dwords have 112640 dwords

2010-06-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27755 --- Comment #2 from Fabio Pedretti 2010-06-16 00:10:10 PDT --- (In reply to comment #1) > I am getting this error as well. But the card type is x2300 (rv550?) (not > r300) > > [drm:r100_cs_track_check] *ERROR* [drm] Buffer too small for color b