Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c426 if (hdr->version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_reset_table()
444 if (hdr->version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_reset_table()
727 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_update_header()
733 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()
773 control->tbl_hdr.version == RAS_TABLE_VER_V2_1 && in amdgpu_ras_eeprom_update_header()
786 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()
986 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_max_record_count()
1231 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in __verify_ras_table_checksum()
1335 if (hdr->version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_init()
1350 if (hdr->version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_init()
[all …]
Damdgpu_ras_eeprom.h30 #define RAS_TABLE_VER_V2_1 0x00021000 macro
Dumc_v8_10.c449 hdr->version = RAS_TABLE_VER_V2_1; in umc_v8_10_set_eeprom_table_version()