Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c118 #define RAS_TABLE_V2_1_INFO_SIZE 256 macro
121 RAS_TABLE_V2_1_INFO_SIZE)
123 RAS_TABLE_V2_1_INFO_SIZE) \
150 RAS_TABLE_V2_1_INFO_SIZE) / RAS_TABLE_RECORD_SIZE)
314 buf = kzalloc(RAS_TABLE_V2_1_INFO_SIZE, GFP_KERNEL); in __write_table_ras_info()
327 buf, RAS_TABLE_V2_1_INFO_SIZE); in __write_table_ras_info()
332 } else if (res < RAS_TABLE_V2_1_INFO_SIZE) { in __write_table_ras_info()
334 res, RAS_TABLE_V2_1_INFO_SIZE); in __write_table_ras_info()
429 RAS_TABLE_V2_1_INFO_SIZE; in amdgpu_ras_eeprom_reset_table()
735 RAS_TABLE_V2_1_INFO_SIZE + in amdgpu_ras_eeprom_update_header()
[all …]