Home
last modified time | relevance | path

Searched refs:combination (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c392 * combination for our mock device. in igt_mock_exhaust_device_supported_pages()
396 unsigned int combination = SZ_4K; /* Required for ppGTT */ in igt_mock_exhaust_device_supported_pages() local
400 combination |= page_sizes[j]; in igt_mock_exhaust_device_supported_pages()
403 mkwrite_device_info(i915)->page_sizes = combination; in igt_mock_exhaust_device_supported_pages()
406 obj = fake_huge_pages_object(i915, combination, !!single); in igt_mock_exhaust_device_supported_pages()
412 if (obj->base.size != combination) { in igt_mock_exhaust_device_supported_pages()
414 obj->base.size, combination); in igt_mock_exhaust_device_supported_pages()
431 if (vma->page_sizes.sg != combination) { in igt_mock_exhaust_device_supported_pages()
433 vma->page_sizes.sg, combination); in igt_mock_exhaust_device_supported_pages()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c434 * combination for our mock device. in igt_mock_exhaust_device_supported_pages()
438 unsigned int combination = SZ_4K; /* Required for ppGTT */ in igt_mock_exhaust_device_supported_pages() local
442 combination |= page_sizes[j]; in igt_mock_exhaust_device_supported_pages()
445 RUNTIME_INFO(i915)->page_sizes = combination; in igt_mock_exhaust_device_supported_pages()
448 obj = fake_huge_pages_object(i915, combination, !!single); in igt_mock_exhaust_device_supported_pages()
454 if (obj->base.size != combination) { in igt_mock_exhaust_device_supported_pages()
456 obj->base.size, combination); in igt_mock_exhaust_device_supported_pages()
473 if (vma->page_sizes.sg != combination) { in igt_mock_exhaust_device_supported_pages()
475 vma->page_sizes.sg, combination); in igt_mock_exhaust_device_supported_pages()

Completed in 6 milliseconds