Searched refs:NVIF_MEM_VRAM (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | mmu.h | 19 #define NVIF_MEM_VRAM 0x01 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | mmu.h | 19 #define NVIF_MEM_VRAM 0x01 macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | lut.c | 73 int ret = nvif_mem_ctor_map(mmu, "kmsLut", NVIF_MEM_VRAM, in nv50_lut_init()
|
H A D | crc.c | 528 ret = nvif_mem_ctor_map(mmu, "kmsCrcNtfy", NVIF_MEM_VRAM, len, &ctx->mem); in nv50_crc_ctx_init()
|
H A D | disp.c | 138 if (dmac->push->mem.type & NVIF_MEM_VRAM) { in nv50_dmac_kick() 244 type |= NVIF_MEM_VRAM; in nv50_dmac_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | lut.c | 73 int ret = nvif_mem_ctor_map(mmu, "kmsLut", NVIF_MEM_VRAM, in nv50_lut_init()
|
H A D | crc.c | 506 ret = nvif_mem_ctor_map(mmu, "kmsCrcNtfy", NVIF_MEM_VRAM, len, &ctx->mem); in nv50_crc_ctx_init()
|
H A D | disp.c | 139 if (dmac->push->mem.type & NVIF_MEM_VRAM) { in nv50_dmac_kick() 250 type |= NVIF_MEM_VRAM; in nv50_dmac_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | mmu.c | 101 if (args.vram) mmu->type[i].type |= NVIF_MEM_VRAM; in nvif_mmu_ctor()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/ |
H A D | mmu.c | 104 if (args.vram) mmu->type[i].type |= NVIF_MEM_VRAM; in nvif_mmu_ctor()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_mem.c | 62 if (mem->mem.type & NVIF_MEM_VRAM) in nouveau_mem_map()
|
H A D | nouveau_ttm.c | 297 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE | in nouveau_ttm_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_mem.c | 61 if (mem->mem.type & NVIF_MEM_VRAM) in nouveau_mem_map()
|
H A D | nouveau_ttm.c | 283 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE | in nouveau_ttm_init()
|
H A D | nouveau_chan.c | 333 NVIF_MEM_VRAM | NVIF_MEM_COHERENT | NVIF_MEM_MAPPABLE, in nouveau_channel_ctor()
|
H A D | nouveau_uvmm.c | 150 if (mem->mem.type & NVIF_MEM_VRAM) in nouveau_uvmm_vmm_map()
|
Completed in 16 milliseconds