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

Commit

Permalink
Update Dimensity9200 to StrongX2
Browse files Browse the repository at this point in the history
解决动画掉帧 游戏突然卡顿问题 进一步控制功耗
  • Loading branch information
XiaHuaBeiChiDiaoLe committed Mar 21, 2024
1 parent aaa96b1 commit 3e32128
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![LATEST RELEASE](https://raw.githubusercontent.com/FlowerWorks/Apodidae/main/Blue%20Minimalist%20Business%20Pitch%20Deck%20Presentation.png)
### What's new?
- New Addition Dimensity9200 to Latest
- Update Dimensity9200 to StrongX2
### Contributors
@XiaHuaBeiChiDiaoLe | Sunflower, Lavender Publish

---
**Full Changelog**: https://github.com/naranyinyun/Apodidae/compare/V4.0.7..V4.0.8
**Full Changelog**: https://github.com/naranyinyun/Apodidae/compare/V4.0.8..V4.0.9

### Code Review & QC
![image](https://img.shields.io/badge/Lavender_Publish-PASSED-C380EC?style=for-the-badge)
![image](https://img.shields.io/badge/
38 changes: 19 additions & 19 deletions dimensity9200.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Dimensity9200/9200+StrongX1",
"name": "Dimensity9200/9200+StrongX2",
"author": "XiaHuaBeiChiDiaoLe",
"configVersion": 9,
"CpuGovernor": {
"enable": true,
"params": {
"activeRateHz": 50,
"idleRateHz": 30,
"activeRateHz": 55,
"idleRateHz": 35,
"minFreqStep": 200
},
"policies": [
Expand Down Expand Up @@ -37,16 +37,16 @@
],
"modes": {
"powersave": {
"powerLimit": 2700,
"powerLimit": 2300,
"perfMargin": [
15,
13,
11
],
"upRateLatency": 800,
"upRateLatency": 700,
"overHeatTemp": 80,
"burstCapacity": 8000,
"recoverTime": 2000,
"burstCapacity": 9000,
"recoverTime": 2500,
"freqBurst": {
"none": {
"durationTime": 0,
Expand Down Expand Up @@ -93,16 +93,16 @@
}
},
"balance": {
"powerLimit": 3700,
"powerLimit": 3300,
"perfMargin": [
17,
19,
21
],
"upRateLatency": 600,
"upRateLatency": 500,
"overHeatTemp": 80,
"burstCapacity": 12000,
"recoverTime": 3000,
"burstCapacity": 13000,
"recoverTime": 3500,
"freqBurst": {
"none": {
"durationTime": 0,
Expand Down Expand Up @@ -149,16 +149,16 @@
}
},
"performance": {
"powerLimit": 5700,
"powerLimit": 5300,
"perfMargin": [
23,
25,
27
],
"upRateLatency": 400,
"upRateLatency": 300,
"overHeatTemp": 90,
"burstCapacity": 20000,
"recoverTime": 4000,
"burstCapacity": 21000,
"recoverTime": 4500,
"freqBurst": {
"none": {
"durationTime": 0,
Expand Down Expand Up @@ -358,25 +358,25 @@
"MtkGpuGovernor": {
"enable": true,
"params": {
"activeRateHz": 60,
"activeRateHz": 50,
"idleRateHz": 30,
"preferredFreq": []
},
"modes": {
"powersave": {
"maxFreq": 437,
"maxFreq": 460,
"minFreq": 0,
"upRateThres": 90,
"downRateDiff": 10
},
"balance": {
"maxFreq": 550,
"maxFreq": 652,
"minFreq": 0,
"upRateThres": 80,
"downRateDiff": 10
},
"performance": {
"maxFreq": 700,
"maxFreq": 856,
"minFreq": 0,
"upRateThres": 70,
"downRateDiff": 10
Expand Down

0 comments on commit 3e32128

Please sign in to comment.