drm/amdgpu: remove the intterupt handling for the KIQ events
authorShirish S <shirish.s@amd.com>
Fri, 5 Oct 2018 05:24:21 +0000 (10:54 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Oct 2018 22:06:26 +0000 (17:06 -0500)
commitbdbb4d6e96bc9558e404bf709480ac2f7783c843
tree961a0bf941d79acbd4957984575b9d05401c54e8
parent1b19aa5aa8c9394850a5e769abd4df12b3bdd1b7
drm/amdgpu: remove the intterupt handling for the KIQ events

[Why]
1. we never submit IBs to the KIQ
2. there seems to be ~500ms delay during amdgpu resume spent in KIQ,
   hence pointing toward interrupts are not working correctly.

[How]
remove interrupt handling for KIQ.

Signed-off-by: Shirish S <shirish.s@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>i
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c