Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c333 buf[i++] = record->mem_channel; in __encode_table_record_to_buf()
361 record->mem_channel = buf[i++]; in __decode_table_record_from_buf()
454 if (!(control->bad_channel_bitmap & (1 << record[i].mem_channel))) { in amdgpu_ras_eeprom_append_table()
455 control->bad_channel_bitmap |= 1 << record[i].mem_channel; in amdgpu_ras_eeprom_append_table()
784 if (!(control->bad_channel_bitmap & (1 << record[i].mem_channel))) { in amdgpu_ras_eeprom_read()
785 control->bad_channel_bitmap |= 1 << record[i].mem_channel; in amdgpu_ras_eeprom_read()
964 record.mem_channel, in amdgpu_ras_debugfs_table_read()
Damdgpu_ras_eeprom.h110 unsigned char mem_channel; member
Damdgpu_umc.c203 err_rec->mem_channel = channel_index; in amdgpu_umc_fill_error_record()