From 609cd1a9fdabe22d04af664685ec84f8eec4e81c Mon Sep 17 00:00:00 2001 From: Ivan Vecera Date: Sun, 7 Nov 2021 19:40:36 +0100 Subject: [PATCH] sdm710-common: powerhint: Tuning for camera streaming Change-Id: Ie838bba91f26732529bd3a34df941ac6dc6f1ce5 Signed-off-by: Ivan Vecera --- configs/powerhint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/powerhint.json b/configs/powerhint.json index 0d4f4d6..5f7d142 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -138,7 +138,7 @@ "Name": "CPUBWSampleMs", "Path": "/sys/class/devfreq/soc:qcom,cpubw/bw_hwmon/sample_ms", "Values": [ - "10", + "20", "4" ], "ResetOnInit": true @@ -440,7 +440,7 @@ "PowerHint": "CAMERA_STREAMING_MID", "Node": "CPUBWSampleMs", "Duration": 0, - "Value": "10" + "Value": "20" }, { "PowerHint": "CAMERA_STREAMING_MID", @@ -458,7 +458,7 @@ "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CPUBWSampleMs", "Duration": 0, - "Value": "10" + "Value": "20" }, { "PowerHint": "CAMERA_STREAMING_HIGH", @@ -488,7 +488,7 @@ "PowerHint": "CAMERA_STREAMING_LOW", "Node": "CPUBWSampleMs", "Duration": 0, - "Value": "10" + "Value": "20" }, { "PowerHint": "CAMERA_STREAMING_LOW", @@ -518,7 +518,7 @@ "PowerHint": "CAMERA_STREAMING_SECURE", "Node": "CPUBWSampleMs", "Duration": 0, - "Value": "10" + "Value": "20" }, { "PowerHint": "CAMERA_STREAMING_SECURE",