Searched refs:amdgpu_mtype_local (Results 1 – 3 of 3) sorted by relevance
1111 if (amdgpu_mtype_local == 1) { in gmc_v9_0_get_coherence_flags()1114 } else if (amdgpu_mtype_local == 2) { in gmc_v9_0_get_coherence_flags()1261 if (amdgpu_mtype_local == 1) in gmc_v9_0_override_vm_pte_flags()1263 else if (amdgpu_mtype_local == 2) in gmc_v9_0_override_vm_pte_flags()
840 int amdgpu_mtype_local = -1; variable842 module_param_named_unsafe(mtype_local, amdgpu_mtype_local, int, 0444);
1268 mtype_local = amdgpu_mtype_local == 1 ? AMDGPU_VM_MTYPE_NC : in svm_range_get_pte_flags()1269 amdgpu_mtype_local == 2 ? AMDGPU_VM_MTYPE_CC : AMDGPU_VM_MTYPE_RW; in svm_range_get_pte_flags()1314 mtype_local = amdgpu_mtype_local == 0 ? AMDGPU_VM_MTYPE_RW : in svm_range_get_pte_flags()1315 amdgpu_mtype_local == 1 ? AMDGPU_VM_MTYPE_NC : in svm_range_get_pte_flags()