Home
last modified time | relevance | path

Searched refs:RAS_TABLE_VER_V2_1 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c427 hdr->version = RAS_TABLE_VER_V2_1; in amdgpu_ras_set_eeprom_table_version()
462 if (hdr->version >= RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_reset_table()
486 if (hdr->version >= RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_reset_table()
805 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_update_header()
816 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()
856 control->tbl_hdr.version >= RAS_TABLE_VER_V2_1 && in amdgpu_ras_eeprom_update_header()
869 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()
1204 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1)
1453 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1) in __verify_ras_table_checksum()
1614 case RAS_TABLE_VER_V2_1 in amdgpu_ras_eeprom_init()
[all...]
H A Damdgpu_ras_eeprom.h30 #define RAS_TABLE_VER_V2_1 0x00021000 macro