OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mappable
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
umem.h
14
bool
mappable
:1;
member in struct:nvkm_umem
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
if0008.h
33
__u8
mappable
;
member in struct:nvif_mmu_type_v0
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma.c
615
bool
mappable
, fenceable;
local in function:__i915_vma_set_map_and_fenceable
623
mappable
= vma->node.start + vma->fence_size <= i915_vm_to_ggtt(vma->vm)->mappable_end;
625
if (
mappable
&& fenceable)
728
size, flags & PIN_MAPPABLE ? "
mappable
" : "total",
771
* (
mappable
aperture is even more precious!). This
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bo.c
1640
u32
mappable
= device->func->resource_size(device, 1) >> PAGE_SHIFT;
local in function:nouveau_ttm_fault_reserve_notify
1661
/* make sure bo is in
mappable
vram */
1663
bo->mem.start + bo->mem.num_pages <
mappable
)
1668
nvbo->placements[i].lpfn =
mappable
;
1673
nvbo->busy_placements[i].lpfn =
mappable
;
Completed in 37 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025