]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: Set RAS EEPROM table version to v3 for umc v12_5
authorCandice Li <candice.li@amd.com>
Fri, 11 Apr 2025 05:12:06 +0000 (13:12 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 11 Apr 2025 21:00:50 +0000 (17:00 -0400)
Set RAS EEPROM table version to v3 for umc v12_5.

Signed-off-by: Candice Li <candice.li@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c

index c985d58fdd7ddc452151f9c74c80c5c6307d7989..2c58e09e56f95db6be33a0824f162bdcb83a759e 100644 (file)
@@ -418,6 +418,7 @@ static void amdgpu_ras_set_eeprom_table_version(struct amdgpu_ras_eeprom_control
                hdr->version = RAS_TABLE_VER_V2_1;
                return;
        case IP_VERSION(12, 0, 0):
+       case IP_VERSION(12, 5, 0):
                hdr->version = RAS_TABLE_VER_V3;
                return;
        default: