amdgpu: add umc ras inject test configuration
Both umc single_correctable and multi_uncorrectable inject types are added. Signed-off-by: Dennis Li <dennis.li@amd.com> Signed-off-by: Guchun Chen <guchun.chen@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Tao Zhou <tao.zhou1@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>main
parent
1ef1e4db96
commit
14922551aa
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"block": {
|
"block": {
|
||||||
|
"umc": {
|
||||||
|
"index": 0
|
||||||
|
},
|
||||||
"gfx": {
|
"gfx": {
|
||||||
"index": 2,
|
"index": 2,
|
||||||
"subblock": {
|
"subblock": {
|
||||||
|
@ -126,6 +129,20 @@
|
||||||
"poison": 8
|
"poison": 8
|
||||||
},
|
},
|
||||||
"tests": [
|
"tests": [
|
||||||
|
{
|
||||||
|
"name": "ras_umc.1.0",
|
||||||
|
"block": "umc",
|
||||||
|
"type": "single_correctable",
|
||||||
|
"address": 0,
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ras_umc.1.0",
|
||||||
|
"block": "umc",
|
||||||
|
"type": "multi_uncorrectable",
|
||||||
|
"address": 0,
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "ras_gfx.2.1",
|
"name": "ras_gfx.2.1",
|
||||||
"block": "gfx",
|
"block": "gfx",
|
||||||
|
|
Loading…
Reference in New Issue