Searched refs:eeprom_table_record (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ras_eeprom.h | 130 struct eeprom_table_record { struct 158 struct eeprom_table_record *records, const u32 num); argument 161 struct eeprom_table_record *records, const u32 num);
|
H A D | amdgpu_umc.c | 61 sizeof(struct eeprom_table_record), GFP_KERNEL); in amdgpu_umc_page_retirement_mca() 118 sizeof(struct eeprom_table_record), GFP_KERNEL); in amdgpu_umc_handle_bad_pages() 145 sizeof(struct eeprom_table_record), GFP_KERNEL); in amdgpu_umc_handle_bad_pages() 367 struct eeprom_table_record *err_rec; in amdgpu_umc_fill_error_record() 473 sizeof(struct eeprom_table_record), GFP_KERNEL); in amdgpu_umc_lookup_bad_pages_in_a_row()
|
H A D | amdgpu_ras_eeprom.c | 491 struct eeprom_table_record *record, in __encode_table_record_to_buf() 519 struct eeprom_table_record *record, in __decode_table_record_from_buf() 621 struct eeprom_table_record *record, in amdgpu_ras_eeprom_append_table() 848 struct eeprom_table_record *record, in amdgpu_ras_eeprom_append() 940 struct eeprom_table_record *record, in amdgpu_ras_eeprom_read() 1176 struct eeprom_table_record record; in amdgpu_ras_debugfs_table_read()
|
H A D | amdgpu_ras.h | 596 struct eeprom_table_record *err_addr; 607 struct eeprom_table_record *bps; 756 struct eeprom_table_record *bps, int pages, bool from_rom);
|
H A D | amdgpu_virt.h | 236 struct eeprom_table_record *bps;
|
H A D | amdgpu_ras.c | 168 struct eeprom_table_record err_rec; in amdgpu_reserve_page_direct() 190 memset(&err_rec, 0x0, sizeof(struct eeprom_table_record)); in amdgpu_reserve_page_direct() 2734 struct eeprom_table_record *bps, in amdgpu_ras_mca2pa_by_idx() 2763 struct eeprom_table_record *bps, in amdgpu_ras_mca2pa() 2801 struct eeprom_table_record *bps, int pages, bool from_rom) in amdgpu_ras_add_bad_pages() 2806 struct eeprom_table_record *err_rec; in amdgpu_ras_add_bad_pages() 2820 sizeof(struct eeprom_table_record), GFP_KERNEL); in amdgpu_ras_add_bad_pages() 2921 sizeof(struct eeprom_table_record)); in amdgpu_ras_add_bad_pages() 3001 struct eeprom_table_record *bps; in amdgpu_ras_load_bad_pages()
|
H A D | amdgpu_virt.c | 351 struct eeprom_table_record *bps, int pages) in amdgpu_virt_ras_add_bps() 421 struct eeprom_table_record bp; in amdgpu_virt_add_bad_page()
|