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
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
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
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/
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
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
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
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
- 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>
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
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
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/
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
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
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
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
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
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.
> >>>
> >>>
> >>>
>
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.
> >>>
> >>>
> >>>
>
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
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
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
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
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
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
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
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
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:
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=28459
Fabio Pedretti changed:
What|Removed |Added
CC||fabio@libero.it
--- Comment #10 fro
https://bugs.freedesktop.org/show_bug.cgi?id=27756
Fabio Pedretti changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
https://bugs.freedesktop.org/show_bug.cgi?id=27756
Fabio Pedretti changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=28459
Fabio Pedretti changed:
What|Removed |Added
CC||fabio.ped at libero.it
--- Comment #10
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
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
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
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
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
41 matches
Mail list logo