powerhint: fine tune non-ADPF boost
For 120FPS, lower the uclmap.min from 185 to 157 For 90FPS, lower the uclmap.min from 123 to 107 For 60FPS, lower the uclmap.min from 62 to 42 Bug: 198723106 Test: Running PtsUiBench with disabling ADPF. http://sheets/1UbUVo0pxg1Bz0MKPIkv5d1XO1iVppU0P3YVQjivoP8Q#gid=1963167952 Change-Id: I311acbcf352ed0f5bb8fe2d176c48edd003eaf31
This commit is contained in:
parent
aa0a8e1b7d
commit
131cf4b76b
1 changed files with 6 additions and 6 deletions
|
@ -122,9 +122,9 @@
|
|||
"553",
|
||||
"1",
|
||||
"246",
|
||||
"185",
|
||||
"123",
|
||||
"62"
|
||||
"157",
|
||||
"107",
|
||||
"42"
|
||||
],
|
||||
"DefaultIndex": 1,
|
||||
"ResetOnInit": true
|
||||
|
@ -973,19 +973,19 @@
|
|||
"PowerHint": "REFRESH_120FPS",
|
||||
"Node": "TAUClampBoost",
|
||||
"Duration": 0,
|
||||
"Value": "185"
|
||||
"Value": "157"
|
||||
},
|
||||
{
|
||||
"PowerHint": "REFRESH_90FPS",
|
||||
"Node": "TAUClampBoost",
|
||||
"Duration": 0,
|
||||
"Value": "123"
|
||||
"Value": "107"
|
||||
},
|
||||
{
|
||||
"PowerHint": "REFRESH_60FPS",
|
||||
"Node": "TAUClampBoost",
|
||||
"Duration": 0,
|
||||
"Value": "62"
|
||||
"Value": "42"
|
||||
},
|
||||
{
|
||||
"PowerHint": "ADPF_DISABLE_TA_BOOST",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue