Searched refs:NVIF_MEM_UNCACHED (Results 1 – 4 of 4) sorted by relevance
25 #define NVIF_MEM_UNCACHED 0x80 macro
107 if (args.uncached) mmu->type[i].type |= NVIF_MEM_UNCACHED; in nvif_mmu_init()
226 return !(mmu->type[drm->ttm.type_host[0]].type & NVIF_MEM_UNCACHED); in nouveau_drm_use_coherent_gpu_mapping()
679 if (type & NVIF_MEM_UNCACHED) { in nouveau_bo_init_mem_type()