Re: [PATCH v10 0/9] Improve test coverage of TTM

2024-04-09 Thread Somalapuram, Amaranath
With the latest pull, tests are running. Regards, S.Amarnath $ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt [10:39:23] = ttm_device (5 subtests) == [10:39:23] [PASSED] ttm_device_init_basic [10:39:23] [PASSED] ttm_device_init_multiple

Re: [PATCH v10 0/9] Improve test coverage of TTM

2024-04-03 Thread Karolina Stolarek
Hi Amaranath, Thanks for checking this. On 2.04.2024 15:35, Somalapuram, Amaranath wrote: /usr/bin/ld: drivers/gpu/drm/tests/drm_kunit_helpers.o:(.rodata+0xa0): undefined reference to `drm_atomic_helper_crtc_reset' /usr/bin/ld: drivers/gpu/drm/tests/drm_kunit_helpers.o:(.rodata+0xf0):

Re: [PATCH v10 0/9] Improve test coverage of TTM

2024-04-02 Thread Somalapuram, Amaranath
some issue with the latest drm-misc:  (commit 4c4f33be7e4d476566246e7166c54ef175287e00 (origin/for-linux-next, origin/drm-misc-next, origin/HEAD)) Regards, S.Amarnath $ make ARCH=um O=.kunit --jobs=16 ERROR:root:../arch/x86/um/user-offsets.c:17:6: warning: no previous prototype for ‘foo’

[PATCH v10 0/9] Improve test coverage of TTM

2024-03-22 Thread Karolina Stolarek
Introduce tests for ttm_bo_validate()/ttm_bo_init_validate() that exercise simple BO placement as well as eviction (including the case where the evict domain also requires eviction to fit the incoming buffer). Prepare KUnit helpers to handle such scenarios and add a mock VRAM manager. This series