Re: [RFC v2 3/3] drm/ttm/tests: Add tests for ttm_pool

2023-06-29 Thread Karolina Stolarek
On 29.06.2023 11:17, Christian König wrote: Am 27.06.23 um 10:32 schrieb Karolina Stolarek: Add KUnit tests that exercise page allocation using page pools and freeing pages, either by returning them to the pool or freeing them. Add a basic test for ttm_pool cleanup. Introduce helpers to create

Re: [RFC v2 3/3] drm/ttm/tests: Add tests for ttm_pool

2023-06-29 Thread Christian König
Am 27.06.23 um 10:32 schrieb Karolina Stolarek: Add KUnit tests that exercise page allocation using page pools and freeing pages, either by returning them to the pool or freeing them. Add a basic test for ttm_pool cleanup. Introduce helpers to create a dummy ttm_buffer_object. Signed-off-by:

[RFC v2 3/3] drm/ttm/tests: Add tests for ttm_pool

2023-06-27 Thread Karolina Stolarek
Add KUnit tests that exercise page allocation using page pools and freeing pages, either by returning them to the pool or freeing them. Add a basic test for ttm_pool cleanup. Introduce helpers to create a dummy ttm_buffer_object. Signed-off-by: Karolina Stolarek --- drivers/gpu/drm/ttm/tests/Mak