Searched refs:mappable (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_trace.h | 37 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" : "")
|
D | i915_gem_evict.c | 47 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()
|
D | i915_dma.c | 1569 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()
|
D | intel_overlay.c | 198 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()
|
D | i915_drv.h | 409 struct io_mapping *mappable; /* Mapping to our CPU mappable region */ member 1742 bool mappable,
|
D | i915_gem.c | 631 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()
|
D | i915_gem_execbuffer.c | 284 reloc_page = io_mapping_map_atomic_wc(dev_priv->gtt.mappable, in i915_gem_execbuffer_relocate_entry()
|
D | i915_irq.c | 1154 s = io_mapping_map_atomic_wc(dev_priv->gtt.mappable, in i915_error_object_create_sized()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1325 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/ |
D | Kconfig | 86 prompt "Maximum mappable memory available for flash IO"
|