drm/amdgpu: skip GFX FED error in page fault handling
authorTao Zhou <tao.zhou1@amd.com>
Mon, 19 Feb 2024 08:03:17 +0000 (16:03 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Mar 2024 17:37:36 +0000 (13:37 -0400)
commit0c501d3c11bba2a8a5f98bbad557465ccbfb59a3
tree8fd38a43eb7787ddb88582dd830a70bba5d0fb71
parent71a8d61ebc38f0f1b96011518fefd0a1e07efa74
drm/amdgpu: skip GFX FED error in page fault handling

Let kfd interrupt handler process it.

v2: return 0 instead of 1 for fed error.
drop the usage of strcmp in interrupt handler.

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c