drm/amdgpu/gfx9: fix driver reload with KIQ
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Jul 2017 05:57:33 +0000 (01:57 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Jul 2017 14:22:26 +0000 (10:22 -0400)
commit7b8d925d5cd3c3497a041d514de1739e2a2d24ef
tree33a363641fddf6d8c3dc5122b5ea2a41b8cb4c5d
parentdcf75843c0f7b654c327c140293ba53bb4b3da85
drm/amdgpu/gfx9: fix driver reload with KIQ

Drop the KCQ disabling via KIQ.  We disable the MEC shortly
after anyway, so there is no need to wait for all of this.
Doing so seems to leave the MEC in a bad way.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c