]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit814bdda3f8e215e02bacbdebe8ccbe22bb6a6e2c
tree60b8ecefec50c4b9a9bb40345e78628d40b0ec0e
parent3bd1a0703720fd20210be04361f1e7523492309f
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