update: amdgpu-clocks
This commit is contained in:
parent
31655bd161
commit
802e1c5289
|
@ -1,7 +1,7 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
# Our custom power state
|
# Our custom power state
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"default/amdgpu-custom-states.card0" = {
|
"default/amdgpu-custom-states.card1" = {
|
||||||
text = ''
|
text = ''
|
||||||
# For Navi (and Radeon7) we can only set highest SCLK & MCLK, "state 1":
|
# For Navi (and Radeon7) we can only set highest SCLK & MCLK, "state 1":
|
||||||
OD_SCLK:
|
OD_SCLK:
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
1: 875MHz
|
1: 875MHz
|
||||||
# More fine-grain control of clocks and voltages are done with VDDC curve:
|
# More fine-grain control of clocks and voltages are done with VDDC curve:
|
||||||
OD_VDDC_CURVE:
|
OD_VDDC_CURVE:
|
||||||
0: 800MHz @ 699mV
|
0: 800MHz @ 698mV
|
||||||
1: 1450MHz @ 795mV
|
1: 1450MHz @ 795mV
|
||||||
2: 1800MHz @ 950mV
|
2: 1800MHz @ 950mV
|
||||||
# Force power limit (in micro watts):
|
# Force power limit (in micro watts):
|
||||||
|
|
Loading…
Reference in a new issue