On 8.11.2023 14:56, Karolina Stolarek wrote:
diff --git a/drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c 
b/drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
index 38e584798584..f0f0ab992e04 100644
--- a/drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
+++ b/drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
(...)
  static struct kunit_case ttm_bo_validate_test_cases[] = {
        KUNIT_CASE_PARAM(ttm_bo_init_reserved_sys_man, ttm_bo_types_gen_params),
+       KUNIT_CASE_PARAM(ttm_bo_init_reserved_mock_man, 
ttm_bo_types_gen_params),
        KUNIT_CASE(ttm_bo_init_reserved_resv),
+       KUNIT_CASE_PARAM(ttm_bo_validate_basic, ttm_bo_types_gen_params),
        KUNIT_CASE(ttm_bo_validate_invalid_placement),
+       KUNIT_CASE_PARAM(ttm_bo_validate_same_placement,
+                        ttm_bo_validate_mem_gen_params),/*TODO move that 
around*/

Heh, missed that note. I'll wait for more review comments and remove it
in the next version.

All the best,
Karolina

Reply via email to