Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_ttm.c241 int typei; in nouveau_ttm_init_host() local
243 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | in nouveau_ttm_init_host()
245 if (typei < 0) in nouveau_ttm_init_host()
248 drm->ttm.type_host[!!kind] = typei; in nouveau_ttm_init_host()
250 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | kind); in nouveau_ttm_init_host()
251 if (typei < 0) in nouveau_ttm_init_host()
254 drm->ttm.type_ncoh[!!kind] = typei; in nouveau_ttm_init_host()
265 int typei, ret; in nouveau_ttm_init() local
280 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE | in nouveau_ttm_init()
284 if (typei < 0) in nouveau_ttm_init()
[all …]