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

Commit

Permalink
Support Tegra X1
Browse files Browse the repository at this point in the history
  • Loading branch information
naranyinyun committed May 20, 2023
1 parent 86d91a9 commit bd91245
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions No_Support/tegra_x1.json
Original file line number Diff line number Diff line change
@@ -1,94 +1,94 @@
{
"name": "Tegra_X1",
"author": "chenzyadb",
"author": "Nalanyinyun",
"configVersion": 6,
"debug": false,
"CpuGovernor": {
"enable": true,
"slowSampleTime": 40,
"fastSampleTime": 20,
"slowSampleTime": 60,
"fastSampleTime": 40,
"policy": {
"policy0": {
"cpuCore": [0, 1, 2, 3],
"perfScale": 100,
"lowPowerFreq": 300,
"baseFreq": 1000,
"optimalFreq": 1700,
"baseFreq": 1200,
"optimalFreq": 1400,
"modelFreq": 2010,
"modelPower": 2500
}
},
"powersave": {
"powerLimit": 2000,
"policy0": {
"upRateLatency": 120,
"perfMargin": 10
"upRateLatency": 150,
"perfMargin": 14
},
"freqBurst": {
"touch": {
"boost": 0,
"durationTime": 0
"boost": 5,
"durationTime": 300
},
"swipe": {
"boost": 10,
"durationTime": 500
"boost": 5,
"durationTime": 300
},
"gesture": {
"boost": 20,
"durationTime": 500
"boost": 5,
"durationTime": 300
},
"heavyload": {
"boost": 20,
"boost": 10,
"durationTime": 2000
}
}
},
"balance": {
"powerLimit": 3500,
"powerLimit": 3000,
"policy0": {
"upRateLatency": 100,
"perfMargin": 20
"upRateLatency": 130,
"perfMargin": 18
},
"freqBurst": {
"touch": {
"boost": 5,
"durationTime": 1000
"durationTime": 400
},
"swipe": {
"boost": 10,
"boost": 5,
"durationTime": 500
},
"gesture": {
"boost": 20,
"boost": 5,
"durationTime": 500
},
"heavyload": {
"boost": 20,
"boost": 10,
"durationTime": 2000
}
}
},
"performance": {
"powerLimit": 5000,
"powerLimit": 4500,
"policy0": {
"upRateLatency": 80,
"perfMargin": 25
"perfMargin": 23
},
"freqBurst": {
"touch": {
"boost": 10,
"durationTime": 1000
"durationTime": 500
},
"swipe": {
"boost": 20,
"boost": 10,
"durationTime": 500
},
"gesture": {
"boost": 30,
"boost": 10,
"durationTime": 500
},
"heavyload": {
"boost": 30,
"boost": 20,
"durationTime": 2000
}
}
Expand All @@ -97,23 +97,23 @@
"powerLimit": 10000,
"policy0": {
"upRateLatency": 60,
"perfMargin": 30
"perfMargin": 40
},
"freqBurst": {
"touch": {
"boost": 20,
"durationTime": 1000
"boost": 15,
"durationTime": 700
},
"swipe": {
"boost": 30,
"durationTime": 500
"boost": 15,
"durationTime": 800
},
"gesture": {
"boost": 40,
"durationTime": 500
"boost": 15,
"durationTime": 400
},
"heavyload": {
"boost": 40,
"boost": 15,
"durationTime": 2000
}
}
Expand Down

0 comments on commit bd91245

Please sign in to comment.