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

2023-06-29 Thread Karolina Stolarek
On 29.06.2023 11:14, Christian König wrote: Am 27.06.23 um 10:32 schrieb Karolina Stolarek: Test initialization and cleanup of the ttm_device struct, including some error paths. Verify the creation of page pools if use_dma_alloc param is true. Signed-off-by: Karolina Stolarek ---   drivers/g

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

2023-06-29 Thread Christian König
Am 27.06.23 um 10:32 schrieb Karolina Stolarek: Test initialization and cleanup of the ttm_device struct, including some error paths. Verify the creation of page pools if use_dma_alloc param is true. Signed-off-by: Karolina Stolarek --- drivers/gpu/drm/ttm/tests/ttm_device_test.c | 159 +++

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

2023-06-27 Thread Karolina Stolarek
Test initialization and cleanup of the ttm_device struct, including some error paths. Verify the creation of page pools if use_dma_alloc param is true. Signed-off-by: Karolina Stolarek --- drivers/gpu/drm/ttm/tests/ttm_device_test.c | 159 1 file changed, 159 insertions(+)