]> 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)
commit333884694191979e4c0fd5ecfd0fce6875f43870
tree7d1a781daab860eacc23549096827dc54cdb2a3f
parent2ef6f2c7849fdfc1241d1b5e30a31c0e23d10840
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