[Bug 83914] [HSW]: power usage rises a lot after resume from suspend to ram

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 17 04:23:46 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=83914

--- Comment #3 from Arkadiusz Miskiewicz <arekm at maven.pl> ---
... and workaround that gets power usage to normal when using maxcpus=X

for cpu in $(grep -l 0 /sys/devices/system/cpu/cpu*/online); do
    echo 1 > $cpu
    sleep 1
    echo 0 > $cpu
done

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140917/31281da2/attachment.html>


More information about the intel-gfx-bugs mailing list