Re: [PATCH 2/4] cpu: expose pm_qos_resume_latency for each cpu
From: Alex Shi <hidden>
Date: 2016-09-01 03:45:25
Also in:
lkml
From: Alex Shi <hidden>
Date: 2016-09-01 03:45:25
Also in:
lkml
On 09/01/2016 11:39 AM, Alex Shi wrote:
User can set values on each of cpu, like limit 100ms on cpu0, that means the cpu0 response time should be in 100ms in possible idle. It similar with DMA_LATENCY, but that request is for all cpu. This is just for particular cpu, like a interrupt pined CPU.
Sorry for typo! s/100ms/100us/
echo 100 > /sys/devices/system/cpu/cpu0/power/pm_qos_resume_latency_usquoted
quoted