]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amdgpu: add PSP IP v14.0.4 discovery support
authorTim Huang <Tim.Huang@amd.com>
Tue, 14 May 2024 07:56:37 +0000 (15:56 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Jul 2024 22:06:36 +0000 (18:06 -0400)
This patch is to add PSP 14.0.4 support.

Signed-off-by: Tim Huang <Tim.Huang@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 8277c4abcad3f6d5b460ea8f06adca5633fe409f..d84ce9679dd4b86c37668b42c3585306a50362cb 100644 (file)
@@ -1964,6 +1964,7 @@ static int amdgpu_discovery_set_psp_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(13, 0, 14):
        case IP_VERSION(14, 0, 0):
        case IP_VERSION(14, 0, 1):
+       case IP_VERSION(14, 0, 4):
                amdgpu_device_ip_block_add(adev, &psp_v13_0_ip_block);
                break;
        case IP_VERSION(13, 0, 4):