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
Guchun Chen 2019-08-06 15:14:29 +08:00 committed by Alex Deucher
parent 1ef1e4db96
commit 14922551aa
1 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,9 @@
{
"version": "0.0.1",
"block": {
"umc": {
"index": 0
},
"gfx": {
"index": 2,
"subblock": {
@ -126,6 +129,20 @@
"poison": 8
},
"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",
"block": "gfx",