Home
last modified time | relevance | path

Searched refs:INTEL_MEMORY_LOCAL (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Dintel_memory_region.c24 .class = INTEL_MEMORY_LOCAL,
178 case INTEL_MEMORY_LOCAL: in intel_memory_type_is_local()
236 case INTEL_MEMORY_LOCAL: in intel_memory_type_str()
313 if (mr->type == INTEL_MEMORY_LOCAL) { in intel_memory_region_avail()
H A Dintel_memory_region.h24 INTEL_MEMORY_LOCAL = I915_MEMORY_CLASS_DEVICE, enumerator
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_create.c206 mem_type = INTEL_MEMORY_LOCAL; in i915_gem_dumb_create()
H A Di915_gem_pages.c540 if (i915_gem_object_placement_possible(obj, INTEL_MEMORY_LOCAL)) { in i915_gem_object_pin_map()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c553 t->align = i915_vm_min_alignment(t->ce->vm, INTEL_MEMORY_LOCAL); in tiled_blits_create()
H A Dhuge_pages.c1683 if (mr->type == INTEL_MEMORY_LOCAL && in igt_ppgtt_mixed()