diff options
| author | Pratik Vishwakarma <Pratik.Vishwakarma@amd.com> | 2025-12-05 14:12:03 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-01-08 11:41:42 -0500 |
| commit | c7fc0f372374cf463be2ba4b5b21c20c3c051bb6 (patch) | |
| tree | 1e01b8f2f0f79f11b71b051a2a225dcc4470cc63 /drivers/gpu/drm/amd/include | |
| parent | a68654bfb75cbb9ae878f81877e393b2fd8181ff (diff) | |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/include')
| -rw-r--r-- | drivers/gpu/drm/amd/include/kgd_pp_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/kgd_pp_interface.h b/drivers/gpu/drm/amd/include/kgd_pp_interface.h index 2a454f06c022..9fd78fcff15c 100644 --- a/drivers/gpu/drm/amd/include/kgd_pp_interface.h +++ b/drivers/gpu/drm/amd/include/kgd_pp_interface.h @@ -29,6 +29,7 @@ extern const struct amdgpu_ip_block_version smu_v11_0_ip_block; extern const struct amdgpu_ip_block_version smu_v12_0_ip_block; extern const struct amdgpu_ip_block_version smu_v13_0_ip_block; extern const struct amdgpu_ip_block_version smu_v14_0_ip_block; +extern const struct amdgpu_ip_block_version smu_v15_0_ip_block; enum smu_temp_metric_type { SMU_TEMP_METRIC_BASEBOARD, |
