Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c495 buf[i++] = record->mem_channel; in __encode_table_record_to_buf()
523 record->mem_channel = buf[i++]; in __decode_table_record_from_buf()
625 if (!(control->bad_channel_bitmap & (1 << record[i].mem_channel))) { in amdgpu_ras_eeprom_append_table()
626 control->bad_channel_bitmap |= 1 << record[i].mem_channel; in amdgpu_ras_eeprom_append_table()
978 if (!(control->bad_channel_bitmap & (1 << record[i].mem_channel))) { in amdgpu_ras_eeprom_read()
979 control->bad_channel_bitmap |= 1 << record[i].mem_channel; in amdgpu_ras_eeprom_read()
1161 record.mem_channel, in amdgpu_ras_debugfs_table_read()
H A Damdgpu_ras_eeprom.h128 unsigned char mem_channel; member
H A Damdgpu_umc.c304 err_rec->mem_channel = channel_index; in amdgpu_umc_fill_error_record()