Searched refs:mappable (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/Documentation/block/ |
D | ioprio.txt | 26 to be more directly mappable to performance, by passing in a wanted data 31 determines how much io bandwidth the process will get, it's directly mappable
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_dma.c | 868 dev_priv->gtt.mappable = in i915_driver_load() 871 if (dev_priv->gtt.mappable == NULL) { in i915_driver_load() 1000 io_mapping_free(dev_priv->gtt.mappable); in i915_driver_load() 1037 io_mapping_free(dev_priv->gtt.mappable); in i915_driver_unload()
|
D | i915_gem_gtt.h | 296 struct io_mapping *mappable; /* Mapping to our CPU mappable region */ member
|
D | intel_overlay.c | 198 regs = io_mapping_map_wc(dev_priv->gtt.mappable, in intel_overlay_map_regs() 1460 regs = io_mapping_map_atomic_wc(dev_priv->gtt.mappable, in intel_overlay_map_regs_atomic()
|
D | i915_gem_execbuffer.c | 316 reloc_page = io_mapping_map_atomic_wc(dev_priv->gtt.mappable, in relocate_entry_gtt() 326 io_mapping_map_atomic_wc(dev_priv->gtt.mappable, in relocate_entry_gtt()
|
D | i915_gem.c | 828 if (fast_user_write(dev_priv->gtt.mappable, page_base, in i915_gem_gtt_pwrite_fast() 4176 bool mappable, fenceable; in i915_gem_object_do_pin() local 4190 mappable = (vma->node.start + fence_size <= in i915_gem_object_do_pin() 4193 obj->map_and_fenceable = mappable && fenceable; in i915_gem_object_do_pin()
|
D | i915_gpu_error.c | 643 s = io_mapping_map_atomic_wc(dev_priv->gtt.mappable, in i915_error_object_create()
|
/linux-4.1.27/Documentation/fb/ |
D | metronomefb.txt | 34 mappable frame buffer. It has been tested with tinyx (Xfbdev). It is known
|
/linux-4.1.27/arch/metag/mm/ |
D | Kconfig | 45 Some Meta systems have MMU-mappable on-chip memories with
|
/linux-4.1.27/Documentation/ |
D | io-mapping.txt | 13 mappable, while 'size' indicates how large a mapping region to
|
/linux-4.1.27/Documentation/leds/ |
D | leds-class.txt | 94 There are a number of cases where a trigger might only be mappable to a
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1425 u32 mappable = nv_device_resource_len(nvxx_device(device), 1) >> PAGE_SHIFT; in nouveau_ttm_fault_reserve_notify() local 1448 bo->mem.start + bo->mem.num_pages < mappable) in nouveau_ttm_fault_reserve_notify() 1453 nvbo->placements[i].lpfn = mappable; in nouveau_ttm_fault_reserve_notify() 1458 nvbo->busy_placements[i].lpfn = mappable; in nouveau_ttm_fault_reserve_notify()
|
/linux-4.1.27/drivers/mtd/maps/ |
D | Kconfig | 86 prompt "Maximum mappable memory available for flash IO"
|