Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Candice Li and committed by
Alex Deucher
d6b22b1d e21e1e8b

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
··· 418 418 hdr->version = RAS_TABLE_VER_V2_1; 419 419 return; 420 420 case IP_VERSION(12, 0, 0): 421 + case IP_VERSION(12, 5, 0): 421 422 hdr->version = RAS_TABLE_VER_V3; 422 423 return; 423 424 default: