summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChengming Gui <Jack.Gui@amd.com>2022-04-15 10:34:51 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-05-05 16:52:07 -0400
commit5681e8009de60a81848ce5119ff6bd07b44f43c0 (patch)
treeda61dcc8098e3908b019170bbb369d97af155135
parent438a937d9a700b4ca0d199163f14a8c43b2c783c (diff)
drm/amdgpu/discovery: add psp13 support for PSP 13.0.7
Enable psp 13 support. Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Chengming Gui <Jack.Gui@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-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 6771eb798de8..da2466b37839 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -1603,6 +1603,7 @@ static int amdgpu_discovery_set_psp_ip_blocks(struct amdgpu_device *adev)
case IP_VERSION(13, 0, 2):
case IP_VERSION(13, 0, 3):
case IP_VERSION(13, 0, 5):
+ case IP_VERSION(13, 0, 7):
case IP_VERSION(13, 0, 8):
amdgpu_device_ip_block_add(adev, &psp_v13_0_ip_block);
break;