drm/amd/amdkfd: Add GFX12 PTE flag to SVM get PTE function
authorSreekant Somasekharan <sreekant.somasekharan@amd.com>
Fri, 23 Feb 2024 17:44:43 +0000 (12:44 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 May 2024 20:18:13 +0000 (16:18 -0400)
commita8a4615ba0fa3ee1248ae2184e7e848d7b644e70
treef2752d0dbe02a2dd1e0667102ad3b8f93a3db439
parentc5faf18bbe00862429a73afdcd4b95e78285395d
drm/amd/amdkfd: Add GFX12 PTE flag to SVM get PTE function

Add new GFX12 PTE flag AMDGPU_PTE_IS_PTE to svm_range_get_pte_flags
function. This resolves the issues related to SVM enablement in GFX12.

Signed-off-by: Sreekant Somasekharan <sreekant.somasekharan@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