Re: [PATCH] drm/amdgpu: remove the intterupt handling for the KIQ events

2018-10-05 Thread Koenig, Christian
Am 05.10.2018 um 07:45 schrieb Shirish S: > [Why] > 1. we never submit IBs to the KIQ > 2. there seems to be ~500ms delay during amdgpu resume spent in KIQ, > hence, KIQ interrupts are not working correctly. > > [How] > remove interrupt handling for KIQ. > > Signed-off-by: Shirish S

[PATCH] drm/amdgpu: remove the intterupt handling for the KIQ events

2018-10-04 Thread Shirish S
[Why] 1. we never submit IBs to the KIQ 2. there seems to be ~500ms delay during amdgpu resume spent in KIQ, hence, KIQ interrupts are not working correctly. [How] remove interrupt handling for KIQ. Signed-off-by: Shirish S --- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 59