Remove GPU-specific 151MHz min power hint.
gChips discovered potential issues with this frequency, and has recommended its removal. This also updates thermal hard-limits to reflect the removal of one operating point. Bug: 240479599 Test: Boot to homescreen Change-Id: If16a65550b85a4a4a66cdcd3b5bd7e31d7e7dc88 Signed-off-by: Siddharth Kapoor <ksiddharth@google.com>
This commit is contained in:
parent
04131a199b
commit
c111dbd746
8 changed files with 10 additions and 10 deletions
|
@ -119,7 +119,7 @@
|
||||||
"572000",
|
"572000",
|
||||||
"471000",
|
"471000",
|
||||||
"302000",
|
"302000",
|
||||||
"151000"
|
"202000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -119,7 +119,7 @@
|
||||||
"572000",
|
"572000",
|
||||||
"471000",
|
"471000",
|
||||||
"302000",
|
"302000",
|
||||||
"151000"
|
"202000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
"572000",
|
"572000",
|
||||||
"471000",
|
"471000",
|
||||||
"302000",
|
"302000",
|
||||||
"151000"
|
"202000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
"572000",
|
"572000",
|
||||||
"471000",
|
"471000",
|
||||||
"302000",
|
"302000",
|
||||||
"151000"
|
"202000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
"572000",
|
"572000",
|
||||||
"471000",
|
"471000",
|
||||||
"302000",
|
"302000",
|
||||||
"151000"
|
"202000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
"572000",
|
"572000",
|
||||||
"471000",
|
"471000",
|
||||||
"302000",
|
"302000",
|
||||||
"151000"
|
"202000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -193,8 +193,8 @@
|
||||||
"MaxReleaseStep": 1,
|
"MaxReleaseStep": 1,
|
||||||
"MaxThrottleStep": 1,
|
"MaxThrottleStep": 1,
|
||||||
"BindedPowerRail": "S2S_VDD_G3D",
|
"BindedPowerRail": "S2S_VDD_G3D",
|
||||||
"CdevCeiling": [0, 6, 6, 6, 8, 11, 11],
|
"CdevCeiling": [0, 6, 6, 6, 8, 10, 10],
|
||||||
"LimitInfo": [0, 0, 0, 0, 8, 11, 11]
|
"LimitInfo": [0, 0, 0, 0, 8, 10, 10]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -193,8 +193,8 @@
|
||||||
"MaxReleaseStep": 1,
|
"MaxReleaseStep": 1,
|
||||||
"MaxThrottleStep": 1,
|
"MaxThrottleStep": 1,
|
||||||
"BindedPowerRail": "S2S_VDD_G3D",
|
"BindedPowerRail": "S2S_VDD_G3D",
|
||||||
"CdevCeiling": [0, 8, 8, 8, 8, 11, 11],
|
"CdevCeiling": [0, 8, 8, 8, 8, 10, 10],
|
||||||
"LimitInfo": [0, 0, 0, 0, 8, 11, 11]
|
"LimitInfo": [0, 0, 0, 0, 8, 10, 10]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue