Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.c5849 static const struct soc15_ras_field_entry gfx_v9_0_ras_fields[] = { variable
6512 for (i = 0; i < ARRAY_SIZE(gfx_v9_0_ras_fields); i++) { in gfx_v9_0_ras_error_count()
6513 if(gfx_v9_0_ras_fields[i].reg_offset != reg->reg_offset || in gfx_v9_0_ras_error_count()
6514 gfx_v9_0_ras_fields[i].seg != reg->seg || in gfx_v9_0_ras_error_count()
6515 gfx_v9_0_ras_fields[i].inst != reg->inst) in gfx_v9_0_ras_error_count()
6519 gfx_v9_0_ras_fields[i].sec_count_mask) >> in gfx_v9_0_ras_error_count()
6520 gfx_v9_0_ras_fields[i].sec_count_shift; in gfx_v9_0_ras_error_count()
6524 gfx_v9_0_ras_fields[i].name, in gfx_v9_0_ras_error_count()
6531 gfx_v9_0_ras_fields[i].ded_count_mask) >> in gfx_v9_0_ras_error_count()
6532 gfx_v9_0_ras_fields[i].ded_count_shift; in gfx_v9_0_ras_error_count()
[all …]