Searched refs:gfx_v9_4_2_ras_fields (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v9_4_2.c | 886 static const struct soc15_ras_field_entry gfx_v9_4_2_ras_fields[] = { variable 1471 for (i = 0; i < ARRAY_SIZE(gfx_v9_4_2_ras_fields); i++) { in gfx_v9_4_2_get_reg_error_count() 1472 if (gfx_v9_4_2_ras_fields[i].reg_offset != reg->reg_offset || in gfx_v9_4_2_get_reg_error_count() 1473 gfx_v9_4_2_ras_fields[i].seg != reg->seg || in gfx_v9_4_2_get_reg_error_count() 1474 gfx_v9_4_2_ras_fields[i].inst != reg->inst) in gfx_v9_4_2_get_reg_error_count() 1478 value, gfx_v9_4_2_ras_fields[i], sec); in gfx_v9_4_2_get_reg_error_count() 1482 gfx_v9_4_2_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_2_get_reg_error_count() 1488 value, gfx_v9_4_2_ras_fields[i], ded); in gfx_v9_4_2_get_reg_error_count() 1492 gfx_v9_4_2_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_2_get_reg_error_count()
|