]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd11fc705f53edac9cc8d4dee0b62a8a46d963f27
tree311f69cba725caf121293c76aa41c078dd406db7
parent411d2e7521f46e0f0effe7c62cb9465b02883ed7
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