Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v9_0.c1238 if (amdgpu_mtype_local == 1) { in gmc_v9_0_get_coherence_flags()
1241 } else if (amdgpu_mtype_local == 2) { in gmc_v9_0_get_coherence_flags()
1362 if (amdgpu_mtype_local == 1) in gmc_v9_0_override_vm_pte_flags()
1364 else if (amdgpu_mtype_local == 2) in gmc_v9_0_override_vm_pte_flags()
H A Damdgpu_drv.c812 int amdgpu_mtype_local; variable
814 module_param_named(mtype_local, amdgpu_mtype_local, int, 0444);
H A Damdgpu.h214 extern int amdgpu_mtype_local;
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1263 mtype_local = amdgpu_mtype_local == 1 ? AMDGPU_VM_MTYPE_NC : in svm_range_get_pte_flags()
1264 (amdgpu_mtype_local == 2 ? AMDGPU_VM_MTYPE_CC : AMDGPU_VM_MTYPE_RW); in svm_range_get_pte_flags()