drm/amdkfd: Split giant svm range
authorPhilip Yang <Philip.Yang@amd.com>
Mon, 25 Jul 2022 11:10:10 +0000 (07:10 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Jul 2022 20:05:14 +0000 (16:05 -0400)
commit5640cb8921c9aff1270557482237e06af00c388b
tree60b8ecefec50c4b9a9bb40345e78628d40b0ec0e
parent4959e609de1ed4199f33124a88a4c9ab95f5cd9a
drm/amdkfd: Split giant svm range

Giant svm range split to smaller ranges, align the range start address
to max svm range pages to improve MMU TLB usage.

Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_svm.c