Skip to content

Commit

Permalink
feat(powertools): Add R1000 series APU's (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek J. Clark authored Mar 31, 2023
1 parent 16b8d7b commit 39f3ec8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions core/ui/menu/qam/powertools_menu.gd
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,21 @@ var amd_apu_database := {
"min_tdp": 10,
"max_boost": 20
},
'AMD Ryzen Embedded R1305G with Radeon Vega Gfx': {
"max_tdp": 25,
"min_tdp": 6,
"max_boost": 2
},
'AMD Ryzen Embedded R1505G with Radeon Vega Gfx': {
"max_tdp": 25,
"min_tdp": 6,
"max_boost": 2
},
'AMD Ryzen Embedded R1606G with Radeon Vega Gfx': {
"max_tdp": 10,
"min_tdp": 6,
"max_boost": 2
},
}

var intel_apu_database := {
Expand Down

0 comments on commit 39f3ec8

Please sign in to comment.