]> 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:17:18 +0000 (14:17 -0500)
commita77cf38bc23b61f116fe5c60fda6b40f9590e9d8
treed1f79eaa23316b3652c55dc08dc63b89b9ba3f12
parent3af0633d4f7204436538fc426b8b71fc889e54d4
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