commit | bdbb4d6e96bc9558e404bf709480ac2f7783c843 | [log] [tgz] |
---|---|---|
author | Shirish S <shirish.s@amd.com> | Fri Oct 05 10:54:21 2018 +0530 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Oct 09 17:06:26 2018 -0500 |
tree | 961a0bf941d79acbd4957984575b9d05401c54e8 | |
parent | 1b19aa5aa8c9394850a5e769abd4df12b3bdd1b7 [diff] |
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>