Home
last modified time | relevance | path

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

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