From 14922551aa33e7592d2421cc89cf20a860a65310 Mon Sep 17 00:00:00 2001 From: Guchun Chen Date: Tue, 6 Aug 2019 15:14:29 +0800 Subject: [PATCH] amdgpu: add umc ras inject test configuration Both umc single_correctable and multi_uncorrectable inject types are added. Signed-off-by: Dennis Li Signed-off-by: Guchun Chen Reviewed-by: Hawking Zhang Reviewed-by: Tao Zhou Signed-off-by: Alex Deucher --- data/amdgpu_ras.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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": { @@ -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",