On HD6850, Power Profile doesn't change if 2 screen is attached.
Submitted by Erdem U. Altınyurt
Assigned to Default DRI bug account
Description
echo low > /sys/class/drm/card0/device/power_profile
Setting doesn't switch GPU into lower power state with 2 screen attached...
Using OpenSUSE 11.2, mesa, drm and radeon trunk
With one screen attached, everything works.
With 2 screen attached and GPU in default (high) mode :
-------------------------------------------------------
default engine clock: 775000 kHz
current engine clock: 774980 kHz
default memory clock: 1000000 kHz
current memory clock: 1000000 kHz
voltage: 1150 mV
------------------------------------------------------
In this state, if I disable second screen, than GPU clock lower
-----------------------------------------------------
default engine clock: 775000 kHz
current engine clock: 99990 kHz
default memory clock: 1000000 kHz
current memory clock: 300000 kHz
voltage: 950 mV
-----------------------------------------------------
In this low power state, if you enable second screen GPU keeps in lower state.
You can increase power profile with
--------------
But trying to reduce power profile again, doesn't work.
Thanks.