]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: Add ras ip block name
authorYiPeng Chai <YiPeng.Chai@amd.com>
Fri, 31 Oct 2025 06:33:18 +0000 (14:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Nov 2025 16:53:22 +0000 (11:53 -0500)
Add ras ip block name.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index c65bb0bcd32b545875c2248e5787201615d67c11..95f7ae36e4f19056febda91bcdefb5af1718ee96 100644 (file)
@@ -2498,6 +2498,7 @@ static const char *ip_block_names[] = {
        [AMD_IP_BLOCK_TYPE_VPE] = "vpe",
        [AMD_IP_BLOCK_TYPE_UMSCH_MM] = "umsch_mm",
        [AMD_IP_BLOCK_TYPE_ISP] = "isp",
+       [AMD_IP_BLOCK_TYPE_RAS] = "ras",
 };
 
 static const char *ip_block_name(struct amdgpu_device *adev, enum amd_ip_block_type type)