[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Tao Zhou <tao.zh...@amd.com>
> -----Original Message----- > From: amd-gfx <amd-gfx-boun...@lists.freedesktop.org> On Behalf Of Candice Li > Sent: Friday, April 11, 2025 1:17 PM > To: amd-gfx@lists.freedesktop.org > Cc: Li, Candice <candice...@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...@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