drm/amdgpu: skip IB tests for KIQ in general
authorPratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Wed, 3 Oct 2018 15:15:11 +0000 (20:45 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Oct 2018 22:06:12 +0000 (17:06 -0500)
commit158b594a96529d895df943a4764609438a01d687
tree7582a17a9ba6ae8dd5d76121f199a4c67e12b9cb
parentc1f0320e03207255ef618d1bbfe0939d03c7cfac
drm/amdgpu: skip IB tests for KIQ in general

[Why]
1. We never submit IBs to KIQ.
2. Ring test pass without KIQ's ring also.
3. By skipping we see an improvement of around 500ms
   in the amdgpu's resume time.

[How]
skip IB tests for KIQ ring type.

Signed-off-by: Shirish S <shirish.s@amd.com>
Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c