Home
last modified time | relevance | path

Searched refs:is_aid_a1 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v12_1.c589 bool is_aid_a1; in gmc_v12_1_get_coherence_flags() local
593 is_aid_a1 = (adev->rev_id & 0x10); in gmc_v12_1_get_coherence_flags()
595 mtype_local = is_aid_a1 ? MTYPE_RW : MTYPE_NC; in gmc_v12_1_get_coherence_flags()
596 mtype_remote = is_aid_a1 ? MTYPE_NC : MTYPE_UC; in gmc_v12_1_get_coherence_flags()
604 …DRM_INFO_ONCE("MTYPE_CC not supported, using %s for local memory\n", is_aid_a1 ? "MTYPE_RW" : "MTY… in gmc_v12_1_get_coherence_flags()
606 DRM_INFO_ONCE("Using %s for local memory\n", is_aid_a1 ? "MTYPE_RW" : "MTYPE_NC"); in gmc_v12_1_get_coherence_flags()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1256 bool is_aid_a1, is_local; in svm_range_get_pte_flags() local
1344 is_aid_a1 = (node->adev->rev_id & 0x10); in svm_range_get_pte_flags()
1350 is_aid_a1 ? AMDGPU_VM_MTYPE_RW : AMDGPU_VM_MTYPE_NC; in svm_range_get_pte_flags()
1351 mtype_remote = is_aid_a1 ? AMDGPU_VM_MTYPE_NC : AMDGPU_VM_MTYPE_UC; in svm_range_get_pte_flags()