Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c432 if (hdr->version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_reset_table()
450 if (hdr->version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_reset_table()
733 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_update_header()
739 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()
779 control->tbl_hdr.version == RAS_TABLE_VER_V2_1 && in amdgpu_ras_eeprom_update_header()
792 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()
992 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_max_record_count()
1237 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in __verify_ras_table_checksum()
1341 if (hdr->version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_init()
1356 if (hdr->version == 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
H A Dumc_v8_10.c449 hdr->version = RAS_TABLE_VER_V2_1; in umc_v8_10_set_eeprom_table_version()