]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3643d24196bc4811402990d91e9450a8f550f364
tree5f696b7ef1336b382edfe599f9b94e7990e447d9
parent8ced76ad47c0b5745ea2bc01c1ee1ced9305a458
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