Searched refs:eeprom_table_record (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ras_eeprom.h | 89 struct eeprom_table_record { struct 118 struct eeprom_table_record *records, const u32 num); argument 121 struct eeprom_table_record *records, const u32 num);
|
A D | amdgpu_ras.h | 372 struct eeprom_table_record *err_addr; 377 struct eeprom_table_record *bps; 510 struct eeprom_table_record *bps, int pages);
|
A D | amdgpu_ras_eeprom.c | 294 struct eeprom_table_record *record, in __encode_table_record_to_buf() 322 struct eeprom_table_record *record, in __decode_table_record_from_buf() 415 struct eeprom_table_record *record, in amdgpu_ras_eeprom_append_table() 597 struct eeprom_table_record *record, in amdgpu_ras_eeprom_append() 680 struct eeprom_table_record *record, in amdgpu_ras_eeprom_read() 901 struct eeprom_table_record record; in amdgpu_ras_debugfs_table_read()
|
A D | amdgpu_umc.c | 108 sizeof(struct eeprom_table_record), GFP_KERNEL); in amdgpu_umc_process_ras_data_cb()
|
A D | amdgpu_ras.c | 140 struct eeprom_table_record err_rec; in amdgpu_reserve_page_direct() 157 memset(&err_rec, 0x0, sizeof(struct eeprom_table_record)); in amdgpu_reserve_page_direct() 1883 struct eeprom_table_record *bps, int pages) in amdgpu_ras_add_bad_pages() 1964 struct eeprom_table_record *bps; in amdgpu_ras_load_bad_pages() 2642 struct eeprom_table_record err_rec; in amdgpu_bad_page_notifier() 2682 memset(&err_rec, 0x0, sizeof(struct eeprom_table_record)); in amdgpu_bad_page_notifier()
|
A D | amdgpu_virt.h | 202 struct eeprom_table_record *bps;
|
A D | umc_v6_7.c | 210 struct eeprom_table_record *err_rec; in umc_v6_7_query_error_address()
|
A D | umc_v8_7.c | 204 struct eeprom_table_record *err_rec; in umc_v8_7_query_error_address()
|
A D | amdgpu_virt.c | 345 struct eeprom_table_record *bps, int pages) in amdgpu_virt_ras_add_bps() 408 struct eeprom_table_record bp; in amdgpu_virt_add_bad_page()
|
A D | umc_v6_1.c | 303 struct eeprom_table_record *err_rec; in umc_v6_1_query_error_address()
|
Completed in 19 milliseconds