Searched refs:igt_object_create (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/selftests/ |
D | intel_memory_region.c | 107 igt_object_create(struct intel_memory_region *mem, in igt_object_create() function 211 obj = igt_object_create(mem, &objects, size, 0); in igt_mock_reserve() 252 obj = igt_object_create(mem, &objects, PAGE_SIZE, in igt_mock_contiguous() 266 obj = igt_object_create(mem, &objects, total, I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous() 284 obj = igt_object_create(mem, &objects, target, in igt_mock_contiguous() 320 obj = igt_object_create(mem, list, target, in igt_mock_contiguous() 334 obj = igt_object_create(mem, &objects, target, 0); in igt_mock_contiguous() 350 obj = igt_object_create(mem, &objects, target, in igt_mock_contiguous() 391 obj = igt_object_create(mem, &objects, size, 0); in igt_mock_splintered_region() 424 obj = igt_object_create(mem, &objects, size, I915_BO_ALLOC_CONTIGUOUS); in igt_mock_splintered_region() [all …]
|