Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_object_types.h291 #define I915_BO_ALLOC_CONTIGUOUS BIT(0) macro
295 #define I915_BO_ALLOC_FLAGS (I915_BO_ALLOC_CONTIGUOUS | \
Di915_gem_object.h239 return obj->flags & I915_BO_ALLOC_CONTIGUOUS; in i915_gem_object_is_contiguous()
Di915_gem_stolen.c646 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-v5.15/drivers/gpu/drm/i915/selftests/
Dintel_memory_region.c251 I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
264 obj = igt_object_create(mem, &objects, total, I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
283 I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
319 I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
349 I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
422 obj = igt_object_create(mem, &objects, size, I915_BO_ALLOC_CONTIGUOUS); in igt_mock_splintered_region()
431 I915_BO_ALLOC_CONTIGUOUS); in igt_mock_splintered_region()
886 obj = i915_gem_object_create_lmem(i915, sz, I915_BO_ALLOC_CONTIGUOUS); in igt_lmem_write_cpu()
Dmock_region.c32 if (obj->flags & I915_BO_ALLOC_CONTIGUOUS) in mock_region_get_pages()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_fbdev.c145 I915_BO_ALLOC_CONTIGUOUS); in intelfb_alloc()
/Linux-v5.15/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c477 const unsigned int flags[] = { 0, I915_BO_ALLOC_CONTIGUOUS }; in igt_mock_memory_region_huge_pages()
1370 { igt_create_local, I915_BO_ALLOC_CONTIGUOUS, }, in igt_ppgtt_sanity_check()