HomeSort by: relevance | last modified time | path
    Searched refs:nvif_mem_init_map (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
mem.h 21 int nvif_mem_init_map(struct nvif_mmu *, u8 type, u64 size, struct nvif_mem *);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_lut.c 84 int ret = nvif_mem_init_map(mmu, NVIF_MEM_VRAM, size * 8,
nouveau_dispnv50_disp.c 174 ret = nvif_mem_init_map(&cli->mmu, type, 0x1000, &dmac->push);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_mem.c 33 nvif_mem_init_map(struct nvif_mmu *mmu, u8 type, u64 size, struct nvif_mem *mem) function in typeref:typename:int

Completed in 12 milliseconds