Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gem/
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_object_types.h337 #define I915_BO_ALLOC_CONTIGUOUS BIT(0) macro
358 #define I915_BO_ALLOC_FLAGS (I915_BO_ALLOC_CONTIGUOUS | \
Di915_gem_lmem.c118 I915_BO_ALLOC_CONTIGUOUS); in i915_gem_object_create_lmem_from_data()
Di915_gem_object.h233 return obj->flags & I915_BO_ALLOC_CONTIGUOUS; in i915_gem_object_is_contiguous()
Di915_gem_stolen.c713 flags = I915_BO_ALLOC_CONTIGUOUS; in __i915_gem_object_create_stolen()
Di915_gem_ttm.c138 if (flags & I915_BO_ALLOC_CONTIGUOUS) in i915_ttm_place_from_region()
/linux-6.12.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-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dsb_buffer.c44 I915_BO_ALLOC_CONTIGUOUS); in intel_dsb_buffer_create()
Dintel_fbdev_fb.c42 I915_BO_ALLOC_CONTIGUOUS | in intel_fbdev_fb_alloc()
Dintel_dpt.c260 dpt_obj = i915_gem_object_create_lmem(i915, size, I915_BO_ALLOC_CONTIGUOUS); in intel_dpt_create()
/linux-6.12.1/drivers/gpu/drm/i915/
Dintel_region_ttm.c209 if (flags & I915_BO_ALLOC_CONTIGUOUS) in intel_region_ttm_resource_alloc()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_gsc.c50 I915_BO_ALLOC_CONTIGUOUS | in gsc_ext_om_alloc()
Dselftest_tlb.c212 return i915_gem_object_create_lmem(gt->i915, size, I915_BO_ALLOC_CONTIGUOUS); in create_lmem()
/linux-6.12.1/drivers/gpu/drm/i915/pxp/
Dintel_pxp_tee.c243 obj = i915_gem_object_create_lmem(i915, PAGE_SIZE, I915_BO_ALLOC_CONTIGUOUS); in alloc_streaming_command()
/linux-6.12.1/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c499 const unsigned int flags[] = { 0, I915_BO_ALLOC_CONTIGUOUS }; in igt_mock_memory_region_huge_pages()
1467 { igt_create_local, I915_BO_ALLOC_CONTIGUOUS, }, in igt_ppgtt_sanity_check()
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c773 I915_BO_ALLOC_CONTIGUOUS | in intel_guc_allocate_vma()