drm/amdkfd: Delete duplicated queue bit map reservation
authorYong Zhao <Yong.Zhao@amd.com>
Thu, 24 Oct 2019 21:05:57 +0000 (17:05 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Oct 2019 15:06:51 +0000 (11:06 -0400)
commit533bfcaea1704450c0627a3dc329df8069036633
tree7d1a781daab860eacc23549096827dc54cdb2a3f
parent55695b36c149009cc8fcc40e22c62be4969ffb7b
drm/amdkfd: Delete duplicated queue bit map reservation

The KIQ is on the second MEC and its reservation is covered in the
latter logic, so no need to reserve its bit twice.

Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c