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





--- Comment #6 from Marc <marvi...@gmx.de>  2010-02-04 13:44:49 PST ---
I boldly applied this patch:

--- a/drivers/gpu/drm/radeon/radeon_pm.c
+++ b/drivers/gpu/drm/radeon/radeon_pm.c
@@ -180,7 +180,7 @@ static void radeon_get_power_state(struct radeon_device
*rdev,
                        radeon_pick_clock_mode(rdev,
rdev->pm.requested_power_state, POWER_MODE_TYPE_MID);
                break;
        case PM_ACTION_UPCLOCK:
-               rdev->pm.requested_power_state = radeon_pick_power_state(rdev,
POWER_STATE_TYPE_DEFAULT);
+               rdev->pm.requested_power_state = radeon_pick_power_state(rdev,
POWER_STATE_TYPE_PERFORMANCE);
                rdev->pm.requested_power_state->requested_clock_mode =
                        radeon_pick_clock_mode(rdev,
rdev->pm.requested_power_state, POWER_MODE_TYPE_HIGH);
                break;

and now I get "switching messages" in my log. Unforunately, the performance
does not change notably.

So I set atom_debug=1 and attached the log in the hope it may help...


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