]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: Enable SMU 15_0_0 support
authorPratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Fri, 5 Dec 2025 19:12:03 +0000 (14:12 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 8 Jan 2026 16:41:42 +0000 (11:41 -0500)
commitc7fc0f372374cf463be2ba4b5b21c20c3c051bb6
tree1e01b8f2f0f79f11b71b051a2a225dcc4470cc63
parenta68654bfb75cbb9ae878f81877e393b2fd8181ff
drm/amd: Enable SMU 15_0_0 support

Add SMU 15_0_0

v2: rebase (Alex)
v3: fix clang build (Alex)

Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
12 files changed:
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
drivers/gpu/drm/amd/include/kgd_pp_interface.h
drivers/gpu/drm/amd/pm/Makefile
drivers/gpu/drm/amd/pm/swsmu/Makefile
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v15_0.h [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu15/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0.c [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0_0_ppt.c [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0_0_ppt.h [new file with mode: 0644]