aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorTim Huang <[email protected]>2024-05-14 08:38:48 +0000
committerAlex Deucher <[email protected]>2024-07-02 22:06:57 +0000
commit38a16bfe6fae93d3d4b7273f0d3add9ffcc4ff03 (patch)
tree7c3a2309943ffcf5bb8dc38a4b92de8358227f20 /drivers/gpu/drm/amd/amdgpu
parentdrm/amd/pm: add SMU IP v14.0.4 support (diff)
downloadkernel-38a16bfe6fae93d3d4b7273f0d3add9ffcc4ff03.tar.gz
kernel-38a16bfe6fae93d3d4b7273f0d3add9ffcc4ff03.zip
drm/amdgpu: add SMU IP v14.0.4 discovery support
This patch is to add SMU 14.0.4 support Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index d84ce9679dd4..f927ccd7ec45 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -2028,6 +2028,7 @@ static int amdgpu_discovery_set_smu_ip_blocks(struct amdgpu_device *adev)
case IP_VERSION(14, 0, 1):
case IP_VERSION(14, 0, 2):
case IP_VERSION(14, 0, 3):
+ case IP_VERSION(14, 0, 4):
amdgpu_device_ip_block_add(adev, &smu_v14_0_ip_block);
break;
default: