linux/drivers/gpu/drm/ttm/tests
Christian König 76689eb526 drm/ttm: remove ttm_bo_validate_swapout test
The test is quite fragile since it tries to allocate halve available system
memory + 1 page.

If the system has either not enough memory to make the allocation work
with other things running in parallel or to much memory so the allocation
fails as to large/invalid the test will fail.

Completely remove the test. We already validate swapout on the device
level and that test seems to be stable.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20250710144129.1803-2-christian.koenig@amd.com
2025-07-16 11:19:20 +02:00
..
.kunitconfig drm/ttm/tests: Delete unnecessary config option 2024-06-24 16:01:13 +05:30
Makefile drm/ttm/tests: Add tests with mock resource managers 2024-06-24 16:01:17 +05:30
TODO drm/ttm/tests: Add TODO file 2024-06-24 16:01:24 +05:30
ttm_bo_test.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
ttm_bo_validate_test.c drm/ttm: remove ttm_bo_validate_swapout test 2025-07-16 11:19:20 +02:00
ttm_device_test.c drm/ttm/tests: add missing MODULE_DESCRIPTION() macros 2024-06-25 09:53:13 +02:00
ttm_kunit_helpers.c drm/ttm: Include <linux/export.h> 2025-06-16 09:02:44 +02:00
ttm_kunit_helpers.h drm/ttm/tests: Use u32 and u64 over uint*_t types 2024-06-24 16:01:26 +05:30
ttm_mock_manager.c drm/ttm: Include <linux/export.h> 2025-06-16 09:02:44 +02:00
ttm_mock_manager.h drm/ttm/tests: Add eviction testing 2024-06-24 16:01:21 +05:30
ttm_pool_test.c drm/ttm/tests: add missing MODULE_DESCRIPTION() macros 2024-06-25 09:53:13 +02:00
ttm_resource_test.c drm/ttm: Handle cgroup based eviction in TTM 2025-01-10 09:54:49 +01:00
ttm_tt_test.c drm/ttm/tests: add missing MODULE_DESCRIPTION() macros 2024-06-25 09:53:13 +02:00