Skip to content
Snippets Groups Projects
Commit 9eb76e0f authored by Speth Chang's avatar Speth Chang Committed by Edmond Chung
Browse files

WAR: set MIF floor to 2G when GCA capture

Due to b/214429812, QURGENT currently is not working properly, and cause
easily see EBUF full when capture on GCA. Temporary increase MIF clock to
mitigate memory interface congestion. We should revert this when
b/214429812 fixed.

Bug: 223734867
Test: P22 GCA capture
Change-Id: I0cc16d5bd83cb23462147c44547077665bc1dc73
parent d2cbdf2b
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
"Path": "/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/min_freq",
"Values": [
"3172000",
"2028000",
"1014000",
"421000"
],
......@@ -554,6 +555,12 @@
"Duration": 1000,
"Value": "1401000"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "MemFreq",
"Duration": 1000,
"Value": "2028000"
},
{
"PowerHint": "CAMERA_SHOT",
"Node": "MemFreq",
......
......@@ -5,6 +5,7 @@
"Path": "/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/min_freq",
"Values": [
"3172000",
"2028000",
"1014000",
"421000"
],
......@@ -542,6 +543,12 @@
"Duration": 1000,
"Value": "1401000"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "MemFreq",
"Duration": 1000,
"Value": "2028000"
},
{
"PowerHint": "CAMERA_SHOT",
"Node": "MemFreq",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment