drm/amdgpu/discovery: enable PSP 14.0.0 support
authorLi Ma <li.ma@amd.com>
Tue, 18 Jul 2023 21:48:04 +0000 (17:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Jul 2023 18:59:29 +0000 (14:59 -0400)
Add it to IP discovery.

Signed-off-by: Li Ma <li.ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 8e1cfc87122d675c46c06593f30cfc2c60901ca1..c21140da9d9e5b7b701dc5dbbcdc7478093a783b 100644 (file)
@@ -1750,6 +1750,7 @@ static int amdgpu_discovery_set_psp_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(13, 0, 8):
        case IP_VERSION(13, 0, 10):
        case IP_VERSION(13, 0, 11):
+       case IP_VERSION(14, 0, 0):
                amdgpu_device_ip_block_add(adev, &psp_v13_0_ip_block);
                break;
        case IP_VERSION(13, 0, 4):