Home
last modified time | relevance | path

Searched refs:mappable (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dumem.h12 bool mappable:1; member
H A Dumem.c93 if (!umem->mappable) in nvkm_umem_map()
176 umem->mappable = true; in nvkm_umem_new()
H A Dummu.c96 args->v0.mappable = !!(type & NVKM_MEM_MAPPABLE); in nvkm_ummu_type()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dumem.h11 bool mappable:1; member
H A Dumem.c92 if (!umem->mappable) in nvkm_umem_map()
174 umem->mappable = true; in nvkm_umem_new()
H A Dummu.c96 args->v0.mappable = !!(type & NVKM_MEM_MAPPABLE); in nvkm_ummu_type()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0008.h31 __u8 mappable; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0008.h31 __u8 mappable; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A Dmmu.c106 if (args.mappable) mmu->type[i].type |= NVIF_MEM_MAPPABLE; in nvif_mmu_ctor()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Dmmu.c109 if (args.mappable) mmu->type[i].type |= NVIF_MEM_MAPPABLE; in nvif_mmu_ctor()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1271 u32 mappable = device->func->resource_size(device, 1) >> PAGE_SHIFT; in nouveau_ttm_fault_reserve_notify() local
1293 /* make sure bo is in mappable vram */ in nouveau_ttm_fault_reserve_notify()
1295 bo->mem.start + bo->mem.num_pages < mappable) in nouveau_ttm_fault_reserve_notify()
1300 nvbo->placements[i].lpfn = mappable; in nouveau_ttm_fault_reserve_notify()
1305 nvbo->busy_placements[i].lpfn = mappable; in nouveau_ttm_fault_reserve_notify()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1283 u32 mappable = device->func->resource_size(device, 1) >> PAGE_SHIFT; in nouveau_ttm_fault_reserve_notify() local
1300 /* make sure bo is in mappable vram */ in nouveau_ttm_fault_reserve_notify()
1302 bo->resource->start + PFN_UP(bo->resource->size) < mappable) in nouveau_ttm_fault_reserve_notify()
1307 nvbo->placements[i].lpfn = mappable; in nouveau_ttm_fault_reserve_notify()
1312 nvbo->busy_placements[i].lpfn = mappable; in nouveau_ttm_fault_reserve_notify()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_vma.c563 bool mappable, fenceable; in __i915_vma_set_map_and_fenceable() local
571 mappable = vma->node.start + vma->fence_size <= i915_vm_to_ggtt(vma->vm)->mappable_end; in __i915_vma_set_map_and_fenceable()
573 if (mappable && fenceable) in __i915_vma_set_map_and_fenceable()
663 size, flags & PIN_MAPPABLE ? "mappable" : "total", in i915_vma_insert()
706 * (mappable aperture is even more precious!). This in i915_vma_insert()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_vma.c691 bool mappable, fenceable; in __i915_vma_set_map_and_fenceable() local
699 mappable = i915_ggtt_offset(vma) + vma->fence_size <= in __i915_vma_set_map_and_fenceable()
702 if (mappable && fenceable) in __i915_vma_set_map_and_fenceable()
811 size, flags & PIN_MAPPABLE ? "mappable" : "total", end); in i915_vma_insert()
865 * (mappable aperture is even more precious!). This in i915_vma_insert()

Completed in 11 milliseconds