feat: use interleaved sclk/mclk write on GCN (#974)

* feat: use interleaved sclk/mclk write on GCN

* chore: update config snapshot
This commit is contained in:
Ilya Zlobintsev
2026-04-19 18:13:25 +03:00
committed by GitHub
parent 2452a9eb20
commit cbf01757f8
4 changed files with 12 additions and 12 deletions
Generated
+2 -2
View File
@@ -31,9 +31,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "amdgpu-sysfs"
version = "0.19.3"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31655bb689eb37913111f1697f8549c3ed88d0db2f56c52a448afab4065471e4"
checksum = "8c17fa9dd35c209d782edb0aca1bdf75ccbd37a2fcf989dfcec92733b32818de"
dependencies = [
"enum_dispatch",
"serde",
+1 -1
View File
@@ -10,7 +10,7 @@ members = [
]
[workspace.dependencies]
amdgpu-sysfs = { version = "0.19.2", features = ["serde"] }
amdgpu-sysfs = { version = "0.20.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_with = { version = "3.5.0", default-features = false, features = [
"macros",
+5 -5
View File
@@ -54,14 +54,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/amdgpu-sysfs/amdgpu-sysfs-0.19.3.crate",
"sha256": "31655bb689eb37913111f1697f8549c3ed88d0db2f56c52a448afab4065471e4",
"dest": "cargo/vendor/amdgpu-sysfs-0.19.3"
"url": "https://static.crates.io/crates/amdgpu-sysfs/amdgpu-sysfs-0.20.0.crate",
"sha256": "8c17fa9dd35c209d782edb0aca1bdf75ccbd37a2fcf989dfcec92733b32818de",
"dest": "cargo/vendor/amdgpu-sysfs-0.20.0"
},
{
"type": "inline",
"contents": "{\"package\": \"31655bb689eb37913111f1697f8549c3ed88d0db2f56c52a448afab4065471e4\", \"files\": {}}",
"dest": "cargo/vendor/amdgpu-sysfs-0.19.3",
"contents": "{\"package\": \"8c17fa9dd35c209d782edb0aca1bdf75ccbd37a2fcf989dfcec92733b32818de\", \"files\": {}}",
"dest": "cargo/vendor/amdgpu-sysfs-0.20.0",
"dest-filename": ".cargo-checksum.json"
},
{
@@ -5,17 +5,17 @@ expression: write_commands
[
"card0/device/pp_od_clk_voltage: r\n",
"card0/device/pp_od_clk_voltage: s 0 852 800\n",
"card0/device/pp_od_clk_voltage: m 0 167 800\n",
"card0/device/pp_od_clk_voltage: s 1 991 900\n",
"card0/device/pp_od_clk_voltage: m 1 500 800\n",
"card0/device/pp_od_clk_voltage: s 2 1138 950\n",
"card0/device/pp_od_clk_voltage: m 2 700 900\n",
"card0/device/pp_od_clk_voltage: s 3 1269 1000\n",
"card0/device/pp_od_clk_voltage: m 3 920 950\n",
"card0/device/pp_od_clk_voltage: s 4 1312 1050\n",
"card0/device/pp_od_clk_voltage: s 5 1474 1100\n",
"card0/device/pp_od_clk_voltage: s 6 1538 1150\n",
"card0/device/pp_od_clk_voltage: s 7 1630 1200\n",
"card0/device/pp_od_clk_voltage: m 0 167 800\n",
"card0/device/pp_od_clk_voltage: m 1 500 800\n",
"card0/device/pp_od_clk_voltage: m 2 700 900\n",
"card0/device/pp_od_clk_voltage: m 3 920 950\n",
"card0/device/power_dpm_force_performance_level: auto",
"card0/device/pp_od_clk_voltage: c\n",
]