]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitde67917af7e18977353e153833c85d6f82c4bd99
tree7d1a781daab860eacc23549096827dc54cdb2a3f
parent006dd8d087a350bec6acf64804caccfaf7d4b111
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