From e8ba192eb33d05938c591aa8b52218ede04561df Mon Sep 17 00:00:00 2001 From: Jeremy DeHaan Date: Wed, 14 Feb 2024 12:54:28 -0800 Subject: [PATCH 1/6] display: km4: don't apply overlay in low light Bug: 325072661 Change-Id: I1ef263655edea8f96bf911487b650de1eeb7e5ab Signed-off-by: Jeremy DeHaan --- .../frameworks/base/packages/SystemUI/res/values/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/komodo/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/komodo/overlay/frameworks/base/packages/SystemUI/res/values/config.xml index e7962caf..4f7748a5 100644 --- a/komodo/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/komodo/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -43,7 +43,7 @@ to brightness values; -1 means keeping the current brightness. --> -1 - 2 + 1 2 8 8 @@ -55,7 +55,7 @@ -1 means keeping the current opacity. --> -1 - 133 + 0 0 0 0 From 0fdfd18c511a127884f60956a97ed78eb31ad6f4 Mon Sep 17 00:00:00 2001 From: Jeremy DeHaan Date: Wed, 14 Feb 2024 16:51:25 -0800 Subject: [PATCH 2/6] display: cm4: don't apply overlay in low light Bug: 325072661 Change-Id: I6246682513ebbcc3b21e0c42b69d175eb46c719e Signed-off-by: Jeremy DeHaan --- .../frameworks/base/packages/SystemUI/res/values/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caiman/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/caiman/overlay/frameworks/base/packages/SystemUI/res/values/config.xml index 44a26777..886c8376 100644 --- a/caiman/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/caiman/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -43,7 +43,7 @@ to brightness values; -1 means keeping the current brightness. --> -1 - 2 + 1 2 8 8 @@ -55,7 +55,7 @@ -1 means keeping the current opacity. --> -1 - 133 + 0 0 0 0 From dcb22ad94de12d429570881a33a1b510e5498dad Mon Sep 17 00:00:00 2001 From: Richard Chang Date: Wed, 21 Feb 2024 08:54:55 +0000 Subject: [PATCH 3/6] caimito: move zram size setting to general mk file Bug: 316995456 Test: perfwbs Change-Id: Ic6f6cf0550eea45c1fe04d2b610dc523228c9737 --- device-caiman.mk | 2 -- device-komodo.mk | 2 -- device-ripcurrent24.mk | 2 -- device-ripcurrentpro.mk | 2 -- device-tokay.mk | 2 -- 5 files changed, 10 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index c7b191c9..cd2c5b0e 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -266,9 +266,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 PRODUCT_PACKAGES += \ libthermal_tflite_wrapper -# Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \ diff --git a/device-komodo.mk b/device-komodo.mk index f1768f47..553c50df 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -285,9 +285,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 PRODUCT_PACKAGES += \ libthermal_tflite_wrapper -# Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \ diff --git a/device-ripcurrent24.mk b/device-ripcurrent24.mk index d30b74fd..37d67c53 100644 --- a/device-ripcurrent24.mk +++ b/device-ripcurrent24.mk @@ -223,9 +223,7 @@ PRODUCT_PACKAGES += \ scd.conf \ lhd.conf -# Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=50p \ vendor.disable.thermal.control=1 \ persist.device_config.configuration.disable_rescue_party=true diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index 73929c29..26a9120d 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -224,9 +224,7 @@ PRODUCT_PACKAGES += \ scd.conf \ lhd.conf -# Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \ diff --git a/device-tokay.mk b/device-tokay.mk index 3ca68980..903e4e00 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -254,9 +254,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 PRODUCT_PACKAGES += \ libthermal_tflite_wrapper -# Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \ From 2d8359e05aa82a89a7314584fa5b783469866f55 Mon Sep 17 00:00:00 2001 From: Tai Kuo Date: Thu, 22 Feb 2024 22:00:54 +0800 Subject: [PATCH 4/6] conf: update cs40l26 sysfs ownership Bug: 326085750 Test: No permission denials. Change-Id: I7bea4ab95125ca38b61ba016d88e245fd08a74f8 --- conf/init.ripcurrentpro.rc | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/conf/init.ripcurrentpro.rc b/conf/init.ripcurrentpro.rc index abfb7420..8382c594 100644 --- a/conf/init.ripcurrentpro.rc +++ b/conf/init.ripcurrentpro.rc @@ -44,15 +44,25 @@ on property:vendor.all.modules.ready=1 chown system system /mnt/vendor/persist/haptics chown system system /mnt/vendor/persist/haptics/cs40l26_dual.cal - chown system system /sys/bus/i2c/devices/9-0042/calibration/f0_stored - chown system system /sys/bus/i2c/devices/9-0042/calibration/q_stored - chown system system /sys/bus/i2c/devices/9-0042/calibration/redc_stored - chown system system /sys/bus/i2c/devices/9-0042/default/vibe_state - chown system system /sys/bus/i2c/devices/9-0042/default/num_waves - chown system system /sys/bus/i2c/devices/9-0042/default/f0_offset - chown system system /sys/bus/i2c/devices/9-0042/default/owt_free_space - chown system system /sys/bus/i2c/devices/9-0042/default/f0_comp_enable - chown system system /sys/bus/i2c/devices/9-0042/default/redc_comp_enable - chown system system /sys/bus/i2c/devices/9-0042/default/delay_before_stop_playback_us + chown system system /sys/bus/i2c/devices/0-0043/calibration/f0_stored + chown system system /sys/bus/i2c/devices/0-0043/calibration/q_stored + chown system system /sys/bus/i2c/devices/0-0043/calibration/redc_stored + chown system system /sys/bus/i2c/devices/0-0043/default/vibe_state + chown system system /sys/bus/i2c/devices/0-0043/default/num_waves + chown system system /sys/bus/i2c/devices/0-0043/default/f0_offset + chown system system /sys/bus/i2c/devices/0-0043/default/owt_free_space + chown system system /sys/bus/i2c/devices/0-0043/default/f0_comp_enable + chown system system /sys/bus/i2c/devices/0-0043/default/redc_comp_enable + chown system system /sys/bus/i2c/devices/0-0043/default/delay_before_stop_playback_us + chown system system /sys/bus/i2c/devices/0-0042/calibration/f0_stored + chown system system /sys/bus/i2c/devices/0-0042/calibration/q_stored + chown system system /sys/bus/i2c/devices/0-0042/calibration/redc_stored + chown system system /sys/bus/i2c/devices/0-0042/default/vibe_state + chown system system /sys/bus/i2c/devices/0-0042/default/num_waves + chown system system /sys/bus/i2c/devices/0-0042/default/f0_offset + chown system system /sys/bus/i2c/devices/0-0042/default/owt_free_space + chown system system /sys/bus/i2c/devices/0-0042/default/f0_comp_enable + chown system system /sys/bus/i2c/devices/0-0042/default/redc_comp_enable + chown system system /sys/bus/i2c/devices/0-0042/default/delay_before_stop_playback_us enable vendor.vibrator.cs40l26-dual From 0041bcd5474d806fccfd0b7350e6bcbb349f9c6e Mon Sep 17 00:00:00 2001 From: "Ali K. Zadeh" Date: Thu, 22 Feb 2024 20:58:03 +0000 Subject: [PATCH 5/6] Disable CDPreferHighCap, use cam2 for CAMERA_STREAMING_STANDARD Using cam2 will help reduce the framedrops for 120fps, and disabling CDPreferHighCap helps with distributing the tasks to all cores and not just being restricted to middle cores. Test: https://g3doc.corp.google.com/wireless/android/camera/camera_performance_analyzer/power_tuning/results/g3doc/prefer_highcap_midcpus_30fps_120fps/index.md?cl=alikz/932 Test: https://docs.google.com/spreadsheets/d/1sKURR1tq0KJCTycw86BVk3wX2wWQ72HUDKq3rpzSLuc/edit?resourcekey=0-qbawDHe11an1OMQYqhj5Zw#gid=247988314 Test: https://docs.google.com/spreadsheets/d/1zOCS8hnphaNMcR_VoXgB3UkQl42i_r_CDY9Y7lzzZDA/edit?ouid=105033174378721646302 Bug: 322542383 Bug: 322229036 Bug: 311011064 Change-Id: I5bb427be8c1707515ab3ec2cea26bbb8ad338afa --- perf/powerhint-caiman.json | 4 ++-- perf/powerhint-komodo.json | 4 ++-- perf/powerhint-ripcurrent24.json | 2 +- perf/powerhint-ripcurrentpro.json | 4 ++-- perf/powerhint-tokay.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/perf/powerhint-caiman.json b/perf/powerhint-caiman.json index 50f1951b..e657851d 100644 --- a/perf/powerhint-caiman.json +++ b/perf/powerhint-caiman.json @@ -1898,7 +1898,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "EM_Profile", "Duration": 0, - "Value": "cam3" + "Value": "cam2" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", @@ -1916,7 +1916,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDPreferHighCap", "Duration": 0, - "Value": "1" + "Value": "0" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", diff --git a/perf/powerhint-komodo.json b/perf/powerhint-komodo.json index 50f1951b..e657851d 100644 --- a/perf/powerhint-komodo.json +++ b/perf/powerhint-komodo.json @@ -1898,7 +1898,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "EM_Profile", "Duration": 0, - "Value": "cam3" + "Value": "cam2" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", @@ -1916,7 +1916,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDPreferHighCap", "Duration": 0, - "Value": "1" + "Value": "0" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", diff --git a/perf/powerhint-ripcurrent24.json b/perf/powerhint-ripcurrent24.json index 382cda60..d4a31f20 100644 --- a/perf/powerhint-ripcurrent24.json +++ b/perf/powerhint-ripcurrent24.json @@ -1322,7 +1322,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDPreferHighCap", "Duration": 0, - "Value": "1" + "Value": "0" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", diff --git a/perf/powerhint-ripcurrentpro.json b/perf/powerhint-ripcurrentpro.json index 0bdc06e5..c98a7d0b 100644 --- a/perf/powerhint-ripcurrentpro.json +++ b/perf/powerhint-ripcurrentpro.json @@ -1898,7 +1898,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "EM_Profile", "Duration": 0, - "Value": "cam3" + "Value": "cam2" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", @@ -1916,7 +1916,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDPreferHighCap", "Duration": 0, - "Value": "1" + "Value": "0" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", diff --git a/perf/powerhint-tokay.json b/perf/powerhint-tokay.json index 50f1951b..e657851d 100644 --- a/perf/powerhint-tokay.json +++ b/perf/powerhint-tokay.json @@ -1898,7 +1898,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "EM_Profile", "Duration": 0, - "Value": "cam3" + "Value": "cam2" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", @@ -1916,7 +1916,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDPreferHighCap", "Duration": 0, - "Value": "1" + "Value": "0" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", From 3beb1e63644ff6ad5d5f06a0e607258c79a428ab Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Fri, 23 Feb 2024 07:43:18 +0000 Subject: [PATCH 6/6] Disable auto prefer idle if ta prefer_idle is explictly disabled In auto prefer idle mode, a task in top-app will be granted prefer idle if it satisfied the conditions. So turn auto prefer idle off if top-app prefer_idle is explictly disabled. Bug: 326507991 Test: build pass Change-Id: Ie8d02bcc2291c00f12c337220d0d7ad80729d6a9 --- perf/powerhint-caiman.json | 30 ++++++++++++++++++++++++++++++ perf/powerhint-komodo.json | 30 ++++++++++++++++++++++++++++++ perf/powerhint-ripcurrent24.json | 12 ++++++++++++ perf/powerhint-ripcurrentpro.json | 30 ++++++++++++++++++++++++++++++ perf/powerhint-tokay.json | 30 ++++++++++++++++++++++++++++++ perf/powerhint-zuma.json | 30 ++++++++++++++++++++++++++++++ 6 files changed, 162 insertions(+) diff --git a/perf/powerhint-caiman.json b/perf/powerhint-caiman.json index 50f1951b..8331ad08 100644 --- a/perf/powerhint-caiman.json +++ b/perf/powerhint-caiman.json @@ -1114,6 +1114,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "DISPLAY_INACTIVE", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "FGPreferIdle", @@ -1630,6 +1636,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_EXTREME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CDHighCpusetCpus", @@ -1792,6 +1804,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CDHighCpusetCpus", @@ -2074,6 +2092,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "Node": "CDPreferIdle", @@ -2531,6 +2555,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "GAME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "GAME", "Node": "FGPreferIdle", diff --git a/perf/powerhint-komodo.json b/perf/powerhint-komodo.json index 50f1951b..8331ad08 100644 --- a/perf/powerhint-komodo.json +++ b/perf/powerhint-komodo.json @@ -1114,6 +1114,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "DISPLAY_INACTIVE", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "FGPreferIdle", @@ -1630,6 +1636,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_EXTREME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CDHighCpusetCpus", @@ -1792,6 +1804,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CDHighCpusetCpus", @@ -2074,6 +2092,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "Node": "CDPreferIdle", @@ -2531,6 +2555,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "GAME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "GAME", "Node": "FGPreferIdle", diff --git a/perf/powerhint-ripcurrent24.json b/perf/powerhint-ripcurrent24.json index 382cda60..77375fc5 100644 --- a/perf/powerhint-ripcurrent24.json +++ b/perf/powerhint-ripcurrent24.json @@ -1090,6 +1090,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_EXTREME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CDHighCpusetCpus", @@ -1228,6 +1234,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CDHighCpusetCpus", diff --git a/perf/powerhint-ripcurrentpro.json b/perf/powerhint-ripcurrentpro.json index 0bdc06e5..ae76be09 100644 --- a/perf/powerhint-ripcurrentpro.json +++ b/perf/powerhint-ripcurrentpro.json @@ -1114,6 +1114,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "DISPLAY_INACTIVE", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "FGPreferIdle", @@ -1630,6 +1636,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_EXTREME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CDHighCpusetCpus", @@ -1792,6 +1804,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CDHighCpusetCpus", @@ -2074,6 +2092,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "Node": "CDPreferIdle", @@ -2531,6 +2555,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "GAME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "GAME", "Node": "FGPreferIdle", diff --git a/perf/powerhint-tokay.json b/perf/powerhint-tokay.json index 50f1951b..8331ad08 100644 --- a/perf/powerhint-tokay.json +++ b/perf/powerhint-tokay.json @@ -1114,6 +1114,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "DISPLAY_INACTIVE", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "FGPreferIdle", @@ -1630,6 +1636,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_EXTREME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CDHighCpusetCpus", @@ -1792,6 +1804,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CDHighCpusetCpus", @@ -2074,6 +2092,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "Node": "CDPreferIdle", @@ -2531,6 +2555,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "GAME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "GAME", "Node": "FGPreferIdle", diff --git a/perf/powerhint-zuma.json b/perf/powerhint-zuma.json index 0b5b35a7..aeca1e72 100644 --- a/perf/powerhint-zuma.json +++ b/perf/powerhint-zuma.json @@ -1084,6 +1084,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "DISPLAY_INACTIVE", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "FGPreferIdle", @@ -1600,6 +1606,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_EXTREME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CDHighCpusetCpus", @@ -1762,6 +1774,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CDHighCpusetCpus", @@ -2038,6 +2056,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "Node": "CDPreferIdle", @@ -2495,6 +2519,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "GAME", + "Node": "ReducePreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "GAME", "Node": "FGPreferIdle",