scripts: pmqos: Add new Doze mode 14/240514/3 accepted/tizen/unified/20200810.123011 submit/tizen/20200810.073747
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 7 Aug 2020 04:08:23 +0000 (13:08 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 10 Aug 2020 04:21:34 +0000 (13:21 +0900)
commitbd35208a250f52efeaddbbbd5c80e6ad4ae7bc21
tree58e33faa6f5fb6356d362b2655af91781bd06564
parentefe509f9f0246a5776702e0add578c0eebf49d0a
scripts: pmqos: Add new Doze mode

Add new Doze scenario which handles h/w resources like CPU frequency
when right after LCD off and before entering the suspend-to-RAM
for reducing the idle power-consumption.

[How to hanel 'Doze' mode]
- Enable 'Doze' mode
dbus-send --system --type=method_call --print-reply --reply-timeout=5000 \
--dest=org.tizen.system.pass /Org/Tizen/System/Pass/Pmqos \
org.tizen.system.pass.pmqos.SetScenario \
string:Doze int32:1;

- Disable 'Doze' mode
dbus-send --system --type=method_call --print-reply --reply-timeout=5000 \
--dest=org.tizen.system.pass /Org/Tizen/System/Pass/Pmqos \
org.tizen.system.pass.pmqos.SetScenario \
string:Doze int32:0;

Change-Id: I536acbb36f663e4ad0ffa474f0a0981351428f0e
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
scripts/pass-pmqos.conf