Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2
3config GPU_BUDDY
4 bool
5 help
6 A page based buddy allocator for GPU memory.
7
8config GPU_BUDDY_KUNIT_TEST
9 tristate "KUnit tests for GPU buddy allocator" if !KUNIT_ALL_TESTS
10 depends on GPU_BUDDY && KUNIT
11 default KUNIT_ALL_TESTS
12 help
13 KUnit tests for the GPU buddy allocator.