Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c269 __encode_table_header_to_buf(&control->tbl_hdr, buf); in __write_table_header()
365 sz = sizeof(control->tbl_hdr) - sizeof(control->tbl_hdr.checksum); in __calc_hdr_byte_sum()
366 pp = (u8 *) &control->tbl_hdr; in __calc_hdr_byte_sum()
393 struct amdgpu_ras_eeprom_table_header *hdr = &control->tbl_hdr; in amdgpu_ras_eeprom_correct_header_tag()
417 struct amdgpu_ras_eeprom_table_header *hdr = &control->tbl_hdr; in amdgpu_ras_set_eeprom_table_version()
443 struct amdgpu_ras_eeprom_table_header *hdr = &control->tbl_hdr; in amdgpu_ras_eeprom_reset_table()
570 if (con->eeprom_control.tbl_hdr.header == RAS_TABLE_HDR_BAD) { in amdgpu_ras_eeprom_check_err_threshold()
771 control->tbl_hdr.header = RAS_TABLE_HDR_BAD; in amdgpu_ras_eeprom_update_header()
772 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_update_header()
782 if (control->tbl_hdr.version >= RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()
[all …]
H A Damdgpu_ras_eeprom.h63 struct amdgpu_ras_eeprom_table_header tbl_hdr; member
H A Damdgpu_ras.c1788 return sysfs_emit(buf, "table version: 0x%x\n", con->eeprom_control.tbl_hdr.version); in amdgpu_ras_sysfs_version_show()
2968 if (control->tbl_hdr.version < RAS_TABLE_VER_V3) { in amdgpu_ras_add_bad_pages()
3097 if (control->tbl_hdr.version < RAS_TABLE_VER_V3) { in amdgpu_ras_load_bad_pages()
3536 control->tbl_hdr.version < RAS_TABLE_VER_V3) in amdgpu_ras_init_badpage_info()