Home
last modified time | relevance | path

Searched refs:RAS_TABLE_VER_V1 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_eeprom.h29 #define RAS_TABLE_VER_V1 0x00010000 macro
H A Dras_eeprom.c482 if (!res && hdr->version > RAS_TABLE_VER_V1) in ras_eeprom_reset_table()
824 if (!res && control->tbl_hdr.version > RAS_TABLE_VER_V1) in ras_eeprom_update_header()
1146 case RAS_TABLE_VER_V1: in __check_ras_table_status()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.h29 #define RAS_TABLE_VER_V1 0x00010000 macro
H A Damdgpu_ras_eeprom.c431 hdr->version = RAS_TABLE_VER_V1; in amdgpu_ras_set_eeprom_table_version()
488 if (!res && hdr->version > RAS_TABLE_VER_V1) in amdgpu_ras_eeprom_reset_table()
869 if (!res && control->tbl_hdr.version > RAS_TABLE_VER_V1) in amdgpu_ras_eeprom_update_header()
1604 case RAS_TABLE_VER_V1: in amdgpu_ras_eeprom_init()