drm/amdgpu: split gfx_v9_0_kiq_init_queue into two
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Apr 2017 20:39:13 +0000 (16:39 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 May 2017 22:33:02 +0000 (18:33 -0400)
commit898b7893e43ea47f4953bf61bd57802c33337c11
treeee36a858faea4996be7540d0713dc36701a3b8d2
parentb5ab16bf64347ebc9dbdc51a4f603511babda1e6
drm/amdgpu: split gfx_v9_0_kiq_init_queue into two

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

Acked-by: Tom St Denis <tom.stdenis@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c