Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_ttm.c178 int typei; in nouveau_ttm_init_host() local
180 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | in nouveau_ttm_init_host()
182 if (typei < 0) in nouveau_ttm_init_host()
185 drm->ttm.type_host[!!kind] = typei; in nouveau_ttm_init_host()
187 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | kind); in nouveau_ttm_init_host()
188 if (typei < 0) in nouveau_ttm_init_host()
191 drm->ttm.type_ncoh[!!kind] = typei; in nouveau_ttm_init_host()
202 int typei, ret; in nouveau_ttm_init() local
217 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE | in nouveau_ttm_init()
221 if (typei < 0) in nouveau_ttm_init()
[all …]