From 7e5048c6c23af384049039562e0c550233d4f962 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 12 Aug 2024 16:59:26 +0000 Subject: [PATCH] powerhint: Lower CAM uclamp min Current CAM uclamp min is beyond MID clusters capacity when CAM2 energy model is used. This causes most of camera HAL threads scheduled on big cluster only with CAM2 EM profile. Lowering CAM uclamp min so it is within MID clusters capacity for both energe model Flag: EXEMPT tuning changes Test: check camera trace with proper uclamp value Bug: 350629738 Change-Id: Id50149316baf2dd91b664d730e7f7753ffece5a2 --- powerhint-akita.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/powerhint-akita.json b/powerhint-akita.json index 58e8fc1..59aefcb 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -309,7 +309,7 @@ "Name": "CAMUClampBoost", "Path": "/proc/vendor_sched/groups/cam/uclamp_min", "Values": [ - "765", + "720", "250", "0" ], @@ -1324,7 +1324,7 @@ "PowerHint": "CAMERA_LAUNCH", "Node": "CAMUClampBoost", "Duration": 1000, - "Value": "765" + "Value": "720" }, { "PowerHint": "CAMERA_LAUNCH", @@ -1438,7 +1438,7 @@ "PowerHint": "CAMERA_SHOT", "Node": "CAMUClampBoost", "Duration": 100, - "Value": "765" + "Value": "720" }, { "PowerHint": "CAMERA_BACKEND_BOOST",