OSDN Git Service

drm/amdkfd: Separate doorbell allocation from PASID
authorFelix Kuehling <Felix.Kuehling@amd.com>
Sat, 26 Aug 2017 06:00:57 +0000 (02:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 17:07:03 +0000 (13:07 -0400)
commita91e70e30c3e1aaf90ddb851f9736367bc885fb8
treed92eb0ea51523f1f321bd1f19232d47d47411511
parentf4d6229b9db66c6d8fcd5157b4bcc701c099e3e2
drm/amdkfd: Separate doorbell allocation from PASID

PASID management is moving into KGD. Limiting the PASID range to the
number of doorbell pages is no longer practical.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device.c
drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
drivers/gpu/drm/amd/amdkfd/kfd_process.c