aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuchun Chen <guchun.chen@amd.com>2019-08-06 15:14:29 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-08-08 12:20:27 -0500
commit14922551aa33e7592d2421cc89cf20a860a65310 (patch)
tree05486dbf674f96c6befd8bbd42c84637a0c833bb
parent1ef1e4db965cdeb63cf676e56672f58c705a67eb (diff)
downloadexternal_libdrm-14922551aa33e7592d2421cc89cf20a860a65310.tar.gz
external_libdrm-14922551aa33e7592d2421cc89cf20a860a65310.tar.bz2
external_libdrm-14922551aa33e7592d2421cc89cf20a860a65310.zip
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>
-rw-r--r--data/amdgpu_ras.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/amdgpu_ras.json b/data/amdgpu_ras.json
index 0863a182..26fd9465 100644
--- a/data/amdgpu_ras.json
+++ b/data/amdgpu_ras.json
@@ -1,6 +1,9 @@
{
"version": "0.0.1",
"block": {
+ "umc": {
+ "index": 0
+ },
"gfx": {
"index": 2,
"subblock": {
@@ -127,6 +130,20 @@
},
"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",
"subblock": "gfx_cpc_ucode",