mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-27 05:59:21 +00:00

Add mock resource manager to test ttm_bo_validate() with non-system placements. Update KConfig entry to enable DRM Buddy allocator, used by the mock manager. Update move function to do more than just assign a resource. Signed-off-by: Karolina Stolarek <karolina.stolarek@intel.com> Tested-by: Somalapuram, Amaranath <asomalap@amd.com> Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com> Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/664791dbb7cbada29e705d2fcaf176023f1b8649.1718192625.git.karolina.stolarek@intel.com
12 lines
304 B
Makefile
12 lines
304 B
Makefile
# SPDX-License-Identifier: GPL-2.0 AND MIT
|
|
|
|
obj-$(CONFIG_DRM_TTM_KUNIT_TEST) += \
|
|
ttm_device_test.o \
|
|
ttm_pool_test.o \
|
|
ttm_resource_test.o \
|
|
ttm_tt_test.o \
|
|
ttm_bo_test.o \
|
|
ttm_bo_validate_test.o \
|
|
ttm_mock_manager.o \
|
|
ttm_kunit_helpers.o
|