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:18:07 +0000 (14:18 -0500)
commit33c976c9612a8b414d56e1f591bc39bbacd18b9c
tree311f69cba725caf121293c76aa41c078dd406db7
parenta5dd40ca81bb2465a754709d999a93c5343d1a97
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