Home
last modified time | relevance | path

Searched refs:NVIF_MEM_COHERENT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dmmu.h25 #define NVIF_MEM_COHERENT 0x40 macro
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dmmu.c110 if (args.coherent) mmu->type[i].type |= NVIF_MEM_COHERENT; in nvif_mmu_ctor()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_ttm.c166 kind | NVIF_MEM_COHERENT); in nouveau_ttm_init_host()
H A Dnouveau_chan.c333 NVIF_MEM_VRAM | NVIF_MEM_COHERENT | NVIF_MEM_MAPPABLE, in nouveau_channel_ctor()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c234 u8 type = NVIF_MEM_COHERENT; in nv50_dmac_create()