Home
last modified time | relevance | path

Searched refs:mtype_remote (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v12_1.c586 unsigned int mtype, mtype_local, mtype_remote; in gmc_v12_1_get_coherence_flags() local
596 mtype_remote = is_aid_a1 ? MTYPE_NC : MTYPE_UC; in gmc_v12_1_get_coherence_flags()
616 mtype = is_local ? mtype_local : mtype_remote; in gmc_v12_1_get_coherence_flags()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1255 unsigned int mtype_local, mtype_remote; in svm_range_get_pte_flags() local
1351 mtype_remote = is_aid_a1 ? AMDGPU_VM_MTYPE_NC : AMDGPU_VM_MTYPE_UC; in svm_range_get_pte_flags()
1360 mapping_flags |= mtype_remote; in svm_range_get_pte_flags()