Searched refs:mtype_local (Results 1 – 2 of 2) sorted by relevance
1145 unsigned int mtype_local, mtype; in gmc_v9_0_get_coherence_flags() local1197 mtype_local = MTYPE_RW; in gmc_v9_0_get_coherence_flags()1200 mtype_local = MTYPE_NC; in gmc_v9_0_get_coherence_flags()1203 mtype_local = MTYPE_CC; in gmc_v9_0_get_coherence_flags()1220 mtype = is_local ? mtype_local : MTYPE_NC; in gmc_v9_0_get_coherence_flags()1224 mtype = mtype_local; in gmc_v9_0_get_coherence_flags()1331 unsigned int mtype_local = MTYPE_RW; in gmc_v9_0_override_vm_pte_flags() local1334 mtype_local = MTYPE_NC; in gmc_v9_0_override_vm_pte_flags()1336 mtype_local = MTYPE_CC; in gmc_v9_0_override_vm_pte_flags()1338 *flags = AMDGPU_PTE_MTYPE_VG10(*flags, mtype_local); in gmc_v9_0_override_vm_pte_flags()
1203 unsigned int mtype_local; in svm_range_get_pte_flags() local1247 mtype_local = (gc_ip_version < IP_VERSION(9, 5, 0) && !node->adev->rev_id) ? in svm_range_get_pte_flags()1250 mtype_local = amdgpu_mtype_local == 1 ? AMDGPU_VM_MTYPE_NC : in svm_range_get_pte_flags()1257 mapping_flags |= mtype_local; in svm_range_get_pte_flags()1276 mapping_flags |= mtype_local; in svm_range_get_pte_flags()