Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.h61 struct amdgpu_ras_eeprom_control { struct
132 int amdgpu_ras_eeprom_init(struct amdgpu_ras_eeprom_control *control);
134 int amdgpu_ras_eeprom_reset_table(struct amdgpu_ras_eeprom_control *control);
138 int amdgpu_ras_eeprom_read(struct amdgpu_ras_eeprom_control *control,
141 int amdgpu_ras_eeprom_append(struct amdgpu_ras_eeprom_control *control,
144 uint32_t amdgpu_ras_eeprom_max_record_count(struct amdgpu_ras_eeprom_control *control);
146 void amdgpu_ras_debugfs_set_ret_size(struct amdgpu_ras_eeprom_control *control);
Damdgpu_ras_eeprom.c172 struct amdgpu_ras_eeprom_control *control) in __get_eeprom_i2c_addr()
260 static int __write_table_header(struct amdgpu_ras_eeprom_control *control) in __write_table_header()
316 static int __write_table_ras_info(struct amdgpu_ras_eeprom_control *control) in __write_table_ras_info()
353 static u8 __calc_hdr_byte_sum(const struct amdgpu_ras_eeprom_control *control) in __calc_hdr_byte_sum()
369 static u8 __calc_ras_info_byte_sum(const struct amdgpu_ras_eeprom_control *control) in __calc_ras_info_byte_sum()
385 struct amdgpu_ras_eeprom_control *control, in amdgpu_ras_eeprom_correct_header_tag()
409 static void amdgpu_ras_set_eeprom_table_version(struct amdgpu_ras_eeprom_control *control) in amdgpu_ras_set_eeprom_table_version()
432 int amdgpu_ras_eeprom_reset_table(struct amdgpu_ras_eeprom_control *control) in amdgpu_ras_eeprom_reset_table()
489 __encode_table_record_to_buf(struct amdgpu_ras_eeprom_control *control, in __encode_table_record_to_buf()
517 __decode_table_record_from_buf(struct amdgpu_ras_eeprom_control *control, in __decode_table_record_from_buf()
[all …]
Damdgpu_ras.h520 struct amdgpu_ras_eeprom_control eeprom_control;
Damdgpu_ras.c1898 struct amdgpu_ras_eeprom_control *eeprom = &con->eeprom_control; in amdgpu_ras_debugfs_create_ctrl_node()
2714 struct amdgpu_ras_eeprom_control *control; in amdgpu_ras_save_bad_pages()
2754 struct amdgpu_ras_eeprom_control *control = in amdgpu_ras_load_bad_pages()