Mailinglist Archive: radeonhd (408 mails)
| < Previous | Next > |
Re: [radeonhd] [PATCH] PM patches: logic fix, feature, cleaning, memory downclocking
- From: Matthias Hopf <mhopf@xxxxxxx>
- Date: Wed, 3 Jun 2009 18:42:29 +0200
- Message-id: <20090603164229.GG14713@xxxxxxx>
On May 29, 09 09:40:13 -0400, Alex Deucher wrote:
Also note that we're doing *no* bandwidth requirement calculation at the
moment. They tend to be tricky. So the best we can do for calculating
memory speeds is guessing. Which is a contradiction by itself.
Also note that AFAIK there is no interface for that defined yet.
Matthias
--
Matthias Hopf <mhopf@xxxxxxx> __ __ __
Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ mat@xxxxxxxxx
Phone +49-911-74053-715 __) |_| __) |__ R & D www.mshopf.de
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
This is the tricky part of power management. You need to slow the
clock at the right times otherwise you can negatively impact the user
experience. If you are going to run with reduced clocks you need to
take into account the bandwidth requirements (display controllers, 2D
engine, 3D engine, overlays, etc.) and latency requirements (frame has
to be rendered in this amount of time). That's why the best place for
Also note that we're doing *no* bandwidth requirement calculation at the
moment. They tend to be tricky. So the best we can do for calculating
memory speeds is guessing. Which is a contradiction by itself.
power management will be in the new kms drm since only there does the
driver have the full view of the hw (modesetting and command streams)
so that it can change the clocks on demand in response to the current
demands of the chip.
Also note that AFAIK there is no interface for that defined yet.
Matthias
--
Matthias Hopf <mhopf@xxxxxxx> __ __ __
Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ mat@xxxxxxxxx
Phone +49-911-74053-715 __) |_| __) |__ R & D www.mshopf.de
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |