Re: [RFC v6 0/3] Introduce KUnit tests for TTM subsystem

2023-08-10 Thread Karolina Stolarek
On 10.08.2023 09:19, Christian König wrote: Am 08.08.23 um 11:51 schrieb Karolina Stolarek: This series introduces KUnit[1] tests for TTM (Translation Table Manager) subsystem, a memory manager used by graphics drivers to create and manage memory buffers across different memory domains, such as

Re: [RFC v6 0/3] Introduce KUnit tests for TTM subsystem

2023-08-10 Thread Christian König
Am 08.08.23 um 11:51 schrieb Karolina Stolarek: This series introduces KUnit[1] tests for TTM (Translation Table Manager) subsystem, a memory manager used by graphics drivers to create and manage memory buffers across different memory domains, such as system memory or VRAM. Unit tests implemente

[RFC v6 0/3] Introduce KUnit tests for TTM subsystem

2023-08-08 Thread Karolina Stolarek
This series introduces KUnit[1] tests for TTM (Translation Table Manager) subsystem, a memory manager used by graphics drivers to create and manage memory buffers across different memory domains, such as system memory or VRAM. Unit tests implemented here cover two data structures: - ttm_device -