Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/
Dmmu.h25 #define NVIF_MEM_UNCACHED 0x80 macro
/Linux-v5.4/drivers/gpu/drm/nouveau/nvif/
Dmmu.c107 if (args.uncached) mmu->type[i].type |= NVIF_MEM_UNCACHED; in nvif_mmu_init()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_drv.h226 return !(mmu->type[drm->ttm.type_host[0]].type & NVIF_MEM_UNCACHED); in nouveau_drm_use_coherent_gpu_mapping()
Dnouveau_bo.c679 if (type & NVIF_MEM_UNCACHED) { in nouveau_bo_init_mem_type()