Skip to content

Commit

Permalink
添加ROG Ally tdp 上限
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Jul 1, 2023
1 parent fc7053c commit 3a72846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"ONEXPLAYER 2 ARP23":45,
"G1619-04":45, #GPD WINMAX2
"G1618-04":45, #GPD WIN4
"ROG Ally RC71L_RC71L":35,
}
TDP_LIMIT_CONFIG_CPU={
"AMD Ryzen 7 7735HS with Radeon Graphics":45,
Expand All @@ -60,6 +61,7 @@
"AMD Ryzen 7 4800U with Radeon Graphics":25,
"AMD Ryzen 5 4500U with Radeon Graphics":25,
"AMD Athlon Silver 3050e with Radeon Graphics":12,
"AMD Ryzen Z1 Extreme":35,
}
except Exception as e:
logging.error(f"TDP配置异常|{e}")
Expand Down

0 comments on commit 3a72846

Please sign in to comment.