[PATCH] drm/amdgpu: Set RAS EEPROM table version to v3 for umc v12_5

Zhou1, Tao Tao.Zhou1 at amd.com
Fri Apr 11 07:09:03 UTC 2025


[AMD Official Use Only - AMD Internal Distribution Only]

Reviewed-by: Tao Zhou <tao.zhou1 at amd.com>

> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of Candice Li
> Sent: Friday, April 11, 2025 1:17 PM
> To: amd-gfx at lists.freedesktop.org
> Cc: Li, Candice <Candice.Li at amd.com>
> Subject: [PATCH] drm/amdgpu: Set RAS EEPROM table version to v3 for umc v12_5
>
> Set RAS EEPROM table version to v3 for umc v12_5.
>
> Signed-off-by: Candice Li <candice.li at 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



More information about the amd-gfx mailing list