Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update dimensity8100.json
Browse files Browse the repository at this point in the history
  • Loading branch information
naranyinyun committed Apr 13, 2023
1 parent 708eaa0 commit 1586819
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions dimensity8100.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "Dimensity8000/8100_Version.1",
"name": "Dimensity8000/8100_Version2",
"author": "Nalanyinyun",
"configVersion": 6,
"debug": false,
"CpuGovernor": {
"enable": true,
"slowSampleTime": 50,
"slowSampleTime": 60,
"fastSampleTime": 40,
"policy": {
"policy0": {
"cpuCore": [0, 1, 2, 3],
"perfScale": 100,
"lowPowerFreq": 450,
"basicFreq": 1400,
"optimalFreq": 1000,
"lowPowerFreq": 600,
"baseFreq": 1400,
"optimalFreq": 1400,
"modelFreq": 2000,
"modelPower": 300
},
"policy1": {
"cpuCore": [4, 5, 6],
"perfScale": 260,
"lowPowerFreq": 700,
"basicFreq": 900,
"optimalFreq": 700,
"baseFreq": 900,
"optimalFreq": 1100,
"modelFreq": 2850,
"modelPower": 1610
},
"policy2": {
"cpuCore": [7],
"perfScale": 260,
"lowPowerFreq": 800,
"basicFreq": 1100,
"baseFreq": 1100,
"optimalFreq": 1000,
"modelFreq": 2850,
"modelPower": 1610
}
},
"powersave": {
"powerLimit": 3000,
"powerLimit": 2500,
"policy0": {
"upRateLatency": 130,
"perfMargin": 14
"perfMargin": 13
},
"policy1": {
"upRateLatency": 170,
"perfMargin": 7
},
"policy2": {
"upRateLatency": 170,
"perfMargin": 10
"upRateLatency": 150,
"perfMargin": 11
},
"freqBurst": {
"touch": {
Expand All @@ -64,107 +64,107 @@
"durationTime": 300
},
"heavyload": {
"boost": 10,
"durationTime": 3000
"boost": 5,
"durationTime": 2000
}
}
},
"balance": {
"powerLimit": 3500,
"powerLimit": 3000,
"policy0": {
"upRateLatency": 140,
"perfMargin": 15
"perfMargin": 14
},
"policy1": {
"upRateLatency": 150,
"perfMargin": 7
},
"policy2": {
"upRateLatency": 150,
"perfMargin": 10
"upRateLatency": 140,
"perfMargin": 11
},
"freqBurst": {
"touch": {
"boost": 10,
"durationTime": 500
"boost": 5,
"durationTime": 300
},
"swipe": {
"boost": 5,
"durationTime": 300
"durationTime": 500
},
"gesture": {
"boost": 10,
"durationTime": 300
"boost": 5,
"durationTime": 500
},
"heavyload": {
"boost": 15,
"durationTime": 3000
"boost": 10,
"durationTime": 2000
}
}
},
"performance": {
"powerLimit": 4500,
"policy0": {
"upRateLatency": 100,
"perfMargin": 15
"perfMargin": 18
},
"policy1": {
"upRateLatency": 130,
"perfMargin": 10
"perfMargin": 12
},
"policy2": {
"upRateLatency": 140,
"perfMargin": 12
"upRateLatency": 110,
"perfMargin": 14
},
"freqBurst": {
"touch": {
"boost": 15,
"durationTime": 300
"boost": 10,
"durationTime": 5000
},
"swipe": {
"boost": 15,
"boost": 5,
"durationTime": 500
},
"gesture": {
"boost": 10,
"durationTime": 500
},
"heavyload": {
"boost": 20,
"boost": 10,
"durationTime": 2000
}
}
},
"fast": {
"powerLimit": 7000,
"powerLimit": 6000,
"policy0": {
"upRateLatency": 100,
"perfMargin": 35
"upRateLatency": 90,
"perfMargin": 15
},
"policy1": {
"upRateLatency": 130,
"perfMargin": 30
"upRateLatency": 120,
"perfMargin": 17
},
"policy2": {
"upRateLatency": 120,
"perfMargin": 30
"upRateLatency": 70,
"perfMargin": 22
},
"freqBurst": {
"touch": {
"boost": 10,
"boost": 15,
"durationTime": 500
},
"swipe": {
"boost": 10,
"boost": 15,
"durationTime": 500
},
"gesture": {
"boost": 15,
"boost": 10,
"durationTime": 500
},
"heavyload": {
"boost": 20,
"durationTime": 3000
"boost": 10,
"durationTime": 2000
}
}
}
Expand Down Expand Up @@ -214,11 +214,11 @@
},
"MtkGpuGovernor": {
"enable": true,
"slowSampleTime": 50,
"fastSampleTime": 40,
"preferredFreq": [368, 436, 504],
"slowSampleTime": 40,
"fastSampleTime": 20,
"preferredFreq": [],
"powersave": {
"maxFreq": 368,
"maxFreq": 436,
"perfMargin": 10,
"upRateLatency": 100,
"touchBoost": false
Expand All @@ -231,15 +231,15 @@
},
"performance": {
"maxFreq": 572,
"perfMargin": 17,
"upRateLatency": 40,
"perfMargin": 20,
"upRateLatency": 50,
"touchBoost": false
},
"fast": {
"maxFreq": 852,
"perfMargin": 23,
"perfMargin": 25,
"upRateLatency": 30,
"touchBoost": false
}
}
}
}

0 comments on commit 1586819

Please sign in to comment.