typei 174 drivers/gpu/drm/nouveau/nouveau_ttm.c int typei; typei 176 drivers/gpu/drm/nouveau/nouveau_ttm.c typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | typei 178 drivers/gpu/drm/nouveau/nouveau_ttm.c if (typei < 0) typei 181 drivers/gpu/drm/nouveau/nouveau_ttm.c drm->ttm.type_host[!!kind] = typei; typei 183 drivers/gpu/drm/nouveau/nouveau_ttm.c typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | kind); typei 184 drivers/gpu/drm/nouveau/nouveau_ttm.c if (typei < 0) typei 187 drivers/gpu/drm/nouveau/nouveau_ttm.c drm->ttm.type_ncoh[!!kind] = typei; typei 198 drivers/gpu/drm/nouveau/nouveau_ttm.c int typei, ret; typei 213 drivers/gpu/drm/nouveau/nouveau_ttm.c typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE | typei 217 drivers/gpu/drm/nouveau/nouveau_ttm.c if (typei < 0) typei 220 drivers/gpu/drm/nouveau/nouveau_ttm.c drm->ttm.type_vram = typei;