drm/amdgpu: drop ras self test
authorHawking Zhang <Hawking.Zhang@amd.com>
Thu, 18 Jul 2019 08:03:46 +0000 (16:03 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:17:18 +0000 (14:17 -0500)
commit578a4daa1cd61f9783b5d0f566d6ec0a2cb9f6a3
treed1f79eaa23316b3652c55dc08dc63b89b9ba3f12
parent29bd650809225f51ba475c556f43e53e392c44e3
drm/amdgpu: drop ras self test

this function is not needed any more. error injection is
the only way to validate ras but it can't be executed in
amdgpu_ras_init, where gpu is even not initialized

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c