Re: [PATCH v8 0/8] Improve test coverage of TTM

2023-12-14 Thread Karolina Stolarek
On 14.12.2023 11:22, Christian König wrote: Am 14.12.23 um 09:20 schrieb Karolina Stolarek: Hi Christian, On 29.11.2023 13:02, Karolina Stolarek wrote: Karolina Stolarek (8):    drm/ttm/tests: Add tests for ttm_resource and ttm_sys_man    drm/ttm/tests: Add tests for ttm_tt   

Re: [PATCH v8 0/8] Improve test coverage of TTM

2023-12-14 Thread Christian König
Am 14.12.23 um 09:20 schrieb Karolina Stolarek: Hi Christian, On 29.11.2023 13:02, Karolina Stolarek wrote: Karolina Stolarek (8):    drm/ttm/tests: Add tests for ttm_resource and ttm_sys_man    drm/ttm/tests: Add tests for ttm_tt    drm/ttm/tests: Add tests for ttm_bo functions >   

Re: [PATCH v8 0/8] Improve test coverage of TTM

2023-12-14 Thread Karolina Stolarek
Hi Christian, On 29.11.2023 13:02, Karolina Stolarek wrote: Karolina Stolarek (8): drm/ttm/tests: Add tests for ttm_resource and ttm_sys_man drm/ttm/tests: Add tests for ttm_tt drm/ttm/tests: Add tests for ttm_bo functions >drm/ttm/tests: Fix argument in ttm_tt_kunit_init()

Re: [PATCH v8 0/8] Improve test coverage of TTM

2023-12-06 Thread Andi Shyti
Hi Karolina, On Wed, Dec 06, 2023 at 12:28:14PM +0100, Karolina Stolarek wrote: > On 5.12.2023 16:39, Andi Shyti wrote: ... > > Hi Karolina and Christian, ... > > > Karolina Stolarek (8): drm/ttm/tests: Add tests for ttm_resource and > > > ttm_sys_man drm/ttm/tests: Add tests for ttm_tt

Re: [PATCH v8 0/8] Improve test coverage of TTM

2023-12-06 Thread Karolina Stolarek
Hi Andi, On 5.12.2023 16:39, Andi Shyti wrote: Hi Karolina and Christian, Karolina Stolarek (8): drm/ttm/tests: Add tests for ttm_resource and ttm_sys_man drm/ttm/tests: Add tests for ttm_tt drm/ttm/tests: Add tests for ttm_bo functions drm/ttm/tests: Fix argument in ttm_tt_kunit_init()

Re: [PATCH v8 0/8] Improve test coverage of TTM

2023-12-05 Thread Andi Shyti
Hi Karolina and Christian, > Karolina Stolarek (8): > drm/ttm/tests: Add tests for ttm_resource and ttm_sys_man > drm/ttm/tests: Add tests for ttm_tt > drm/ttm/tests: Add tests for ttm_bo functions > drm/ttm/tests: Fix argument in ttm_tt_kunit_init() > drm/ttm/tests: Use an init

[PATCH v8 0/8] Improve test coverage of TTM

2023-11-29 Thread Karolina Stolarek
Add tests for building blocks of the TTM subsystem, such as ttm_resource, ttm_resource_manager, ttm_tt and ttm_buffer_object. This series covers basic functions such as initialization, allocation and clean-up of each struct. Testing of ttm_buffer_object also includes locking and unlocking the