http://bugs.freedesktop.org/show_bug.cgi?id=26347





--- Comment #4 from Marc <marvi...@gmx.de>  2010-02-02 13:35:36 PST ---
I guess I know what's wrong. bootlog shows:

kernel: [    1.651833] [drm] 2 Power State(s)
kernel: [    1.651835] [drm] State 0 Default (default)
kernel: [    1.651836] [drm]  1 Clock Mode(s)
kernel: [    1.651837] [drm]          0 engine: 300000
kernel: [    1.651839] [drm] State 1 Performance
kernel: [    1.651840] [drm]  1 Clock Mode(s)
kernel: [    1.651841] [drm]          0 engine: 500000
kernel: [    1.651846] [drm] radeon: dynamic power management enabled

which means the default mode is the low clock rate and there is only one clock
per state. looking at radeon_pm.c, when going upclock, the default state is
loaded (in my case the low power one) and then the highest clock is choosen
(which is 300 Mhz and therefore wrong).

Somehow, the logic is wrong here.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to