Home
last modified time | relevance | path

Searched refs:amdgpu_mtype_local (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v12_1.c597 if (amdgpu_mtype_local == 0) { in gmc_v12_1_get_coherence_flags()
600 } else if (amdgpu_mtype_local == 1) { in gmc_v12_1_get_coherence_flags()
603 } else if (amdgpu_mtype_local == 2) { in gmc_v12_1_get_coherence_flags()
H A Damdgpu_drv.c841 int amdgpu_mtype_local = -1; variable
843 module_param_named_unsafe(mtype_local, amdgpu_mtype_local, int, 0444);
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1302 mtype_local = amdgpu_mtype_local == 1 ? AMDGPU_VM_MTYPE_NC : in svm_range_get_pte_flags()
1303 amdgpu_mtype_local == 2 ? AMDGPU_VM_MTYPE_CC : AMDGPU_VM_MTYPE_RW; in svm_range_get_pte_flags()
1348 mtype_local = amdgpu_mtype_local == 0 ? AMDGPU_VM_MTYPE_RW : in svm_range_get_pte_flags()
1349 amdgpu_mtype_local == 1 ? AMDGPU_VM_MTYPE_NC : in svm_range_get_pte_flags()