]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/pm: Add initial support for smu v15_0_8
authorHawking Zhang <Hawking.Zhang@amd.com>
Mon, 3 Nov 2025 05:39:38 +0000 (13:39 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Mar 2026 18:17:37 +0000 (14:17 -0400)
commit2beedc3a92b726f05c81127b7578faa505e4ba1e
tree0b91d4ed4fc09c1f372026fce6262ba81b9f0277
parent8f402ddd4f2321485fff7384c003124681a08146
drm/amd/pm: Add initial support for smu v15_0_8

smu v15_0_8 is the new generation of smu ip block

v2: Squash in rebase changes (Alex)
v3: Squash in fw version check changes (Alex)

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v15_0.h
drivers/gpu/drm/amd/pm/swsmu/smu15/Makefile
drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0.c
drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0_8_ppt.c [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0_8_ppt.h [new file with mode: 0644]