HomeSort by: relevance | last modified time | path
    Searched defs:typei (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_ttm.c 201 int typei; local in function:nouveau_ttm_init_host
203 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE |
205 if (typei < 0)
208 drm->ttm.type_host[!!kind] = typei;
210 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | kind);
211 if (typei < 0)
214 drm->ttm.type_ncoh[!!kind] = typei;
225 int typei, ret; local in function:nouveau_ttm_init
240 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE |
244 if (typei < 0
    [all...]
nouveau_ttm.c 201 int typei; local in function:nouveau_ttm_init_host
203 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE |
205 if (typei < 0)
208 drm->ttm.type_host[!!kind] = typei;
210 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | kind);
211 if (typei < 0)
214 drm->ttm.type_ncoh[!!kind] = typei;
225 int typei, ret; local in function:nouveau_ttm_init
240 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE |
244 if (typei < 0
    [all...]

Completed in 44 milliseconds