drm/amdgpu: replace kcq enable/disable functions on gfx_v9
authorAlex Sierra <alex.sierra@amd.com>
Fri, 10 Jan 2020 00:14:06 +0000 (18:14 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Jan 2020 18:34:19 +0000 (13:34 -0500)
commit4f01f1e58e073d35d49ca15460d00671c6244323
tree1f67be79a51ad8a0c72f3b19de11c7a69ab6123c
parent58e508b6be82387d22785b8a4e54e50554a91594
drm/amdgpu: replace kcq enable/disable functions on gfx_v9

[Why]
There are HW-indpendent functions that enables and disables kcq. These functions use
the kiq_pm4_funcs implementation.

[How]
Local kcq enable and disable functions removed and replace it by the generic kcq
enable under amdgpu_gfx

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