Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_trace.h37 TP_PROTO(struct drm_i915_gem_object *obj, bool mappable),
38 TP_ARGS(obj, mappable),
44 __field(bool, mappable)
51 __entry->mappable = mappable;
56 __entry->mappable ? ", mappable" : "")
194 TP_PROTO(struct drm_device *dev, u32 size, u32 align, bool mappable),
195 TP_ARGS(dev, size, align, mappable),
201 __field(bool, mappable)
208 __entry->mappable = mappable;
213 __entry->mappable ? ", mappable" : "")
Di915_gem_evict.c47 bool mappable, bool nonblocking) in i915_gem_evict_something() argument
54 trace_i915_gem_evict(dev, min_size, alignment, mappable); in i915_gem_evict_something()
80 if (mappable) in i915_gem_evict_something()
Di915_dma.c1569 dev_priv->gtt.mappable = in i915_driver_load()
1572 if (dev_priv->gtt.mappable == NULL) { in i915_driver_load()
1688 io_mapping_free(dev_priv->gtt.mappable); in i915_driver_load()
1721 io_mapping_free(dev_priv->gtt.mappable); in i915_driver_unload()
Dintel_overlay.c198 regs = io_mapping_map_wc(dev_priv->gtt.mappable, in intel_overlay_map_regs()
1437 regs = io_mapping_map_atomic_wc(dev_priv->gtt.mappable, in intel_overlay_map_regs_atomic()
Di915_drv.h409 struct io_mapping *mappable; /* Mapping to our CPU mappable region */ member
1742 bool mappable,
Di915_gem.c631 if (fast_user_write(dev_priv->gtt.mappable, page_base, in i915_gem_gtt_pwrite_fast()
2932 bool mappable, fenceable; in i915_gem_object_bind_to_gtt() local
3020 mappable = in i915_gem_object_bind_to_gtt()
3023 obj->map_and_fenceable = mappable && fenceable; in i915_gem_object_bind_to_gtt()
Di915_gem_execbuffer.c284 reloc_page = io_mapping_map_atomic_wc(dev_priv->gtt.mappable, in i915_gem_execbuffer_relocate_entry()
Di915_irq.c1154 s = io_mapping_map_atomic_wc(dev_priv->gtt.mappable, in i915_error_object_create_sized()
/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1325 u32 mappable = pci_resource_len(device->pdev, 1) >> PAGE_SHIFT; in nouveau_ttm_fault_reserve_notify() local
1337 if (bo->mem.start + bo->mem.num_pages < mappable) in nouveau_ttm_fault_reserve_notify()
1342 nvbo->placement.lpfn = mappable; in nouveau_ttm_fault_reserve_notify()
/drivers/mtd/maps/
DKconfig86 prompt "Maximum mappable memory available for flash IO"