Searched refs:AMDGPU_GEM_CREATE_UNCACHED (Results 1 – 6 of 6) sorted by relevance
344 AMDGPU_GEM_CREATE_UNCACHED); in amdgpu_dma_buf_create_obj()
545 AMDGPU_GEM_CREATE_UNCACHED)) in gmc_v11_0_get_vm_pte()
637 AMDGPU_GEM_CREATE_UNCACHED)) in gmc_v10_0_get_vm_pte()
319 AMDGPU_GEM_CREATE_UNCACHED); in create_dmamap_sg_bo()1698 alloc_flags |= AMDGPU_GEM_CREATE_UNCACHED; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
1187 bool uncached = bo->flags & AMDGPU_GEM_CREATE_UNCACHED; in gmc_v9_0_get_coherence_flags()
165 #define AMDGPU_GEM_CREATE_UNCACHED (1 << 14) macro