Set RAS EEPROM table version to v3 for umc v12_5.

Signed-off-by: Candice Li <candice...@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
index c985d58fdd7ddc..2c58e09e56f95d 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
@@ -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:
-- 
2.25.1

Reply via email to