Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4.c120 static const struct soc15_ras_field_entry gfx_v9_4_ras_fields[] = { variable
836 for (i = 0; i < ARRAY_SIZE(gfx_v9_4_ras_fields); i++) { in gfx_v9_4_ras_error_count()
837 if (gfx_v9_4_ras_fields[i].reg_offset != reg->reg_offset || in gfx_v9_4_ras_error_count()
838 gfx_v9_4_ras_fields[i].seg != reg->seg || in gfx_v9_4_ras_error_count()
839 gfx_v9_4_ras_fields[i].inst != reg->inst) in gfx_v9_4_ras_error_count()
842 sec_cnt = (value & gfx_v9_4_ras_fields[i].sec_count_mask) >> in gfx_v9_4_ras_error_count()
843 gfx_v9_4_ras_fields[i].sec_count_shift; in gfx_v9_4_ras_error_count()
847 gfx_v9_4_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_ras_error_count()
852 ded_cnt = (value & gfx_v9_4_ras_fields[i].ded_count_mask) >> in gfx_v9_4_ras_error_count()
853 gfx_v9_4_ras_fields[i].ded_count_shift; in gfx_v9_4_ras_error_count()
[all …]