Searched refs:amdgpu_mtype_local (Results 1 – 4 of 4) sorted by relevance
1199 if (amdgpu_mtype_local == 1) { in gmc_v9_0_get_coherence_flags()1202 } else if (amdgpu_mtype_local == 2) { in gmc_v9_0_get_coherence_flags()1333 if (amdgpu_mtype_local == 1) in gmc_v9_0_override_vm_pte_flags()1335 else if (amdgpu_mtype_local == 2) in gmc_v9_0_override_vm_pte_flags()
858 int amdgpu_mtype_local; variable860 module_param_named_unsafe(mtype_local, amdgpu_mtype_local, int, 0444);
230 extern int amdgpu_mtype_local;
1251 mtype_local = amdgpu_mtype_local == 1 ? AMDGPU_VM_MTYPE_NC : in svm_range_get_pte_flags()1252 amdgpu_mtype_local == 2 ? AMDGPU_VM_MTYPE_CC : AMDGPU_VM_MTYPE_RW; in svm_range_get_pte_flags()