Skip to content

Commit

Permalink
add 7800U
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Feb 20, 2024
1 parent 6ee0cad commit b9063fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adjustor/core/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@

CPU_DATA: dict[str, tuple[dict[str, DeviceParams], dict[str, AlibParams]]] = {
"AMD Ryzen Z1 Extreme": (DEV_PARAMS_7040, ALIB_PARAMS_7040),
"AMD Ryzen 7 7800U": (DEV_PARAMS_7040, ALIB_PARAMS_7040),
# GPD Win 4
# model name : AMD Ryzen 7 6800U with Radeon Graphics
# 28W work fine
# 28W works fine, 30W is pushing it
"AMD Ryzen 7 6800U": (DEV_PARAMS_6040, ALIB_PARAMS_6040),
}

0 comments on commit b9063fc

Please sign in to comment.