Home
last modified time | relevance | path

Searched refs:I915_BO_ALLOC_CONTIGUOUS (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/gem/
Di915_gem_object_types.h316 #define I915_BO_ALLOC_CONTIGUOUS BIT(0) macro
330 #define I915_BO_ALLOC_FLAGS (I915_BO_ALLOC_CONTIGUOUS | \
Di915_gem_region.c71 flags |= I915_BO_ALLOC_CONTIGUOUS; in __i915_gem_object_create_region()
137 flags | I915_BO_ALLOC_CONTIGUOUS); in i915_gem_object_create_region_at()
Di915_gem_lmem.c118 I915_BO_ALLOC_CONTIGUOUS); in i915_gem_object_create_lmem_from_data()
Di915_gem_object.h245 return obj->flags & I915_BO_ALLOC_CONTIGUOUS; in i915_gem_object_is_contiguous()
Di915_gem_stolen.c645 flags = I915_BO_ALLOC_CONTIGUOUS; in __i915_gem_object_create_stolen()
Di915_gem_ttm.c140 if (flags & I915_BO_ALLOC_CONTIGUOUS) in i915_ttm_place_from_region()
/Linux-v6.1/drivers/gpu/drm/i915/selftests/
Dintel_memory_region.c253 I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
266 obj = igt_object_create(mem, &objects, total, I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
285 I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
321 I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
351 I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
424 obj = igt_object_create(mem, &objects, size, I915_BO_ALLOC_CONTIGUOUS); in igt_mock_splintered_region()
433 I915_BO_ALLOC_CONTIGUOUS); in igt_mock_splintered_region()
1052 obj = i915_gem_object_create_lmem(i915, sz, I915_BO_ALLOC_CONTIGUOUS); in igt_lmem_write_cpu()
/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_region_ttm.c209 if (flags & I915_BO_ALLOC_CONTIGUOUS) in intel_region_ttm_resource_alloc()
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_gsc.c48 I915_BO_ALLOC_CONTIGUOUS | in gsc_ext_om_alloc()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dpt.c256 dpt_obj = i915_gem_object_create_lmem(i915, size, I915_BO_ALLOC_CONTIGUOUS); in intel_dpt_create()
Dintel_fbdev.c164 I915_BO_ALLOC_CONTIGUOUS); in intelfb_alloc()
/Linux-v6.1/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c495 const unsigned int flags[] = { 0, I915_BO_ALLOC_CONTIGUOUS }; in igt_mock_memory_region_huge_pages()
1400 { igt_create_local, I915_BO_ALLOC_CONTIGUOUS, }, in igt_ppgtt_sanity_check()
/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c732 I915_BO_ALLOC_CONTIGUOUS | in intel_guc_allocate_vma()