Searched refs:INTEL_MEMORY_LOCAL (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_pm.c | 54 if (mr->type == INTEL_MEMORY_LOCAL) { in lmem_restore() 70 if (mr->type == INTEL_MEMORY_LOCAL) { in lmem_suspend() 86 if (mr->type == INTEL_MEMORY_LOCAL) in lmem_recover()
|
H A D | i915_gem_lmem.c | 51 return mr && (mr->type == INTEL_MEMORY_LOCAL || in i915_gem_object_is_lmem() 74 return mr && (mr->type == INTEL_MEMORY_LOCAL || in __i915_gem_object_is_lmem()
|
H A D | i915_gem_object.c | 819 case INTEL_MEMORY_LOCAL: in i915_gem_object_placement_possible() 863 obj->mm.placements[i]->type == INTEL_MEMORY_LOCAL) in i915_gem_object_needs_ccs_pages()
|
H A D | i915_gem_pages.c | 410 if (i915_gem_object_placement_possible(obj, INTEL_MEMORY_LOCAL)) { in i915_gem_object_pin_map()
|
H A D | i915_gem_create.c | 207 mem_type = INTEL_MEMORY_LOCAL; in i915_gem_dumb_create()
|
H A D | i915_gem_ttm_move.c | 73 return intel_memory_region_lookup(i915, INTEL_MEMORY_LOCAL, in i915_ttm_region()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_memory_region.c | 15 [INTEL_REGION_LMEM] = REGION_MAP(INTEL_MEMORY_LOCAL, 0), 261 case INTEL_MEMORY_LOCAL: in intel_memory_regions_hw_probe()
|
H A D | intel_memory_region.h | 27 INTEL_MEMORY_LOCAL, enumerator
|
H A D | i915_gem.c | 255 mem_type = INTEL_MEMORY_LOCAL; in i915_gem_dumb_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_memory_region.c | 23 .class = INTEL_MEMORY_LOCAL, 283 if (mr->type == INTEL_MEMORY_LOCAL) { in intel_memory_region_avail()
|
H A D | intel_memory_region.h | 24 INTEL_MEMORY_LOCAL = I915_MEMORY_CLASS_DEVICE, enumerator
|
H A D | intel_region_ttm.c | 58 GEM_BUG_ON(mem->type != INTEL_MEMORY_LOCAL && in intel_region_to_ttm_type()
|
H A D | i915_query.c | 504 if (mr->type == INTEL_MEMORY_LOCAL) in query_memregion_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_region_lmem.c | 266 INTEL_MEMORY_LOCAL, in setup_lmem()
|
H A D | intel_gtt.c | 276 vm->min_alignment[INTEL_MEMORY_LOCAL] = I915_GTT_PAGE_SIZE_64K; in i915_address_space_init()
|
H A D | intel_gt.c | 93 err, INTEL_MEMORY_LOCAL); in intel_gt_probe_lmem()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_client_blt.c | 558 t->align = i915_vm_min_alignment(t->ce->vm, INTEL_MEMORY_LOCAL); in tiled_blits_create()
|
H A D | huge_pages.c | 1683 if (mr->type == INTEL_MEMORY_LOCAL && in igt_ppgtt_mixed()
|
Completed in 21 milliseconds