Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_ttm.c163 int typei; in nouveau_ttm_init_host() local
165 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | in nouveau_ttm_init_host()
167 if (typei < 0) in nouveau_ttm_init_host()
170 drm->ttm.type_host[!!kind] = typei; in nouveau_ttm_init_host()
172 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | kind); in nouveau_ttm_init_host()
173 if (typei < 0) in nouveau_ttm_init_host()
176 drm->ttm.type_ncoh[!!kind] = typei; in nouveau_ttm_init_host()
268 int typei, ret; in nouveau_ttm_init() local
283 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE | in nouveau_ttm_init()
287 if (typei < 0) in nouveau_ttm_init()
[all …]