drm/amdgpu: split gfx_v8_0_kiq_init_queue into two
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Mar 2017 17:23:44 +0000 (13:23 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 May 2017 21:39:48 +0000 (17:39 -0400)
commit3930011594af82812b69551ce96aefef7c1ac1a9
treec2565d4e58f73647dcde144a00d0c3e6e0e1da92
parentf776952b76f1ef666987f8aea4687d12f0d394a7
drm/amdgpu: split gfx_v8_0_kiq_init_queue into two

One for KIQ and one for the KCQ. This simplifies the logic and
allows for future optimizations.

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