Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c418 hdr->version = RAS_TABLE_VER_V2_1; in amdgpu_ras_set_eeprom_table_version()
450 if (hdr->version >= RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_reset_table()
468 if (hdr->version >= RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_reset_table()
777 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()
817 control->tbl_hdr.version >= RAS_TABLE_VER_V2_1 && in amdgpu_ras_eeprom_update_header()
830 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()
1047 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_max_record_count()
1292 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1) in __verify_ras_table_checksum()
1395 if (hdr->version >= RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_init()
1435 if (hdr->version >= RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_check()
[all …]
H A Damdgpu_ras_eeprom.h30 #define RAS_TABLE_VER_V2_1 0x00021000 macro