aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/kgd_pp_interface.h
diff options
context:
space:
mode:
authorLi Ma <[email protected]>2023-04-28 06:08:14 +0000
committerAlex Deucher <[email protected]>2023-10-13 15:00:00 +0000
commitad3e54ab9e38f220b55a1a1299e21a9fd93f2948 (patch)
treecec409d342d6533f4f4ba0453f228df55237a4c1 /drivers/gpu/drm/amd/include/kgd_pp_interface.h
parentdrm/amd/swsmu: add smu14 ip support (diff)
downloadkernel-ad3e54ab9e38f220b55a1a1299e21a9fd93f2948.tar.gz
kernel-ad3e54ab9e38f220b55a1a1299e21a9fd93f2948.zip
drm/amdgpu/discovery: add SMU 14 support
add smu 14 into the IP discovery list. Signed-off-by: Li Ma <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/include/kgd_pp_interface.h')
-rw-r--r--drivers/gpu/drm/amd/include/kgd_pp_interface.h1
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 eeb547d79eac..1d4620322a15 100644
--- a/drivers/gpu/drm/amd/include/kgd_pp_interface.h
+++ b/drivers/gpu/drm/amd/include/kgd_pp_interface.h
@@ -28,6 +28,7 @@ extern const struct amdgpu_ip_block_version pp_smu_ip_block;
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;
enum smu_event_type {
SMU_EVENT_RESET_COMPLETE = 0,