drm/amdkfd: Use atomic64_t type for pdd->tlb_seq
authorPhilip Yang <Philip.Yang@amd.com>
Sat, 26 Mar 2022 00:17:28 +0000 (20:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Apr 2022 03:05:54 +0000 (23:05 -0400)
commit8fde0248a32d29228520b876b8b27d0c44133734
tree5f696b7ef1336b382edfe599f9b94e7990e447d9
parent4499c90e902f399d69248cb887b222fb3d342d20
drm/amdkfd: Use atomic64_t type for pdd->tlb_seq

To support multi-thread update page table.

Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
drivers/gpu/drm/amd/amdkfd/kfd_process.c