]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/pm: use the SMU multi-msgs helper in smu_v15_0
authorYang Wang <kevinyang.wang@amd.com>
Mon, 27 Apr 2026 07:09:37 +0000 (15:09 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 May 2026 20:06:24 +0000 (16:06 -0400)
commit359cf7b42f87acc1ddd6b974fabe0ed6722f97ff
treecfebc23b39cea1e477ee8533191becbddfea5331
parente426674e908ec0ca600e4a41284cf267fd6b077b
drm/amd/pm: use the SMU multi-msgs helper in smu_v15_0

Convert the SMU15 table address messages to
smu_cmn_send_smc_msg_with_params() so they use the common SMU
multi-msgs helper instead of open-coding struct smu_msg_args.

No functional change intended.

Signed-off-by: Yang Wang <kevinyang.wang@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0.c