Re: [PATCH v10 7/9] drm/ttm/tests: Add tests for ttm_tt_populate

2024-04-16 Thread Somalapuram, Amaranath
On 3/22/2024 7:59 PM, Karolina Stolarek wrote: Add tests for functions that add and release pages to TTs. Test the swapin operation. Export ttm_tt_unpopulate, ttm_tt_swapin and ttm_tt_swapout symbols for testing purposes. Signed-off-by: Karolina Stolarek --- Reviewed-by: Somalapuram,

[PATCH v10 7/9] drm/ttm/tests: Add tests for ttm_tt_populate

2024-03-22 Thread Karolina Stolarek
Add tests for functions that add and release pages to TTs. Test the swapin operation. Export ttm_tt_unpopulate, ttm_tt_swapin and ttm_tt_swapout symbols for testing purposes. Signed-off-by: Karolina Stolarek --- drivers/gpu/drm/ttm/tests/ttm_tt_test.c | 119