]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/pm/ci: Fill DW8 fields from SMC
authorTimur Kristóf <timur.kristof@gmail.com>
Sun, 29 Mar 2026 16:03:04 +0000 (18:03 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Mar 2026 20:48:50 +0000 (16:48 -0400)
commitbaf28ec5795c077406d6f52b8ad39e614153bce6
treee59e2e172332b8763e4ad25cbe11e2584ffb0731
parent5facfd4c4c67e8500116ffec0d9da35d92b9c787
drm/amd/pm/ci: Fill DW8 fields from SMC

In ci_populate_dw8() we currently just read a value from the SMU
and then throw it away. Instead of throwing away the value,
we should use it to fill other fields in DW8 (like radeon).

Otherwise the value of the other fiels is just cleared when
we copy this data to the SMU later.

Fixes: 9f4b35411cfe ("drm/amd/powerplay: add CI asics support to smumgr (v3)")
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c