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 -

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

2023-08-08 Thread Karolina Stolarek
Hi Christian, On 7.08.2023 17:06, Christian König wrote: Am 07.08.23 um 14:21 schrieb Karolina Stolarek: Hi Christian, On 3.08.2023 09:56, Christian König wrote: Feel free to add Reviewed-by: Christian König to the whole series and push to drm-misc-next. Thanks for reviewing the patches w

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

2023-08-07 Thread Christian König
Am 07.08.23 um 14:21 schrieb Karolina Stolarek: Hi Christian, On 3.08.2023 09:56, Christian König wrote: Feel free to add Reviewed-by: Christian König to the whole series and push to drm-misc-next. Thanks for reviewing the patches while I was away. I don't have commit rights to push it to

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

2023-08-07 Thread Karolina Stolarek
Hi Christian, On 3.08.2023 09:56, Christian König wrote: Feel free to add Reviewed-by: Christian König to the whole series and push to drm-misc-next. Thanks for reviewing the patches while I was away. I don't have commit rights to push it to drm-misc-next, so I'll go and find someone to hel

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

2023-08-03 Thread Christian König
Feel free to add Reviewed-by: Christian König to the whole series and push to drm-misc-next. Thanks, Christian. Am 14.07.23 um 16:10 schrieb Karolina Stolarek: This series introduces KUnit[1] tests for TTM (Translation Table Manager) subsystem, a memory manager used by graphics drivers to cre

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

2023-07-14 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 -

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

2023-07-11 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 -

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

2023-07-03 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 -

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

2023-06-29 Thread Karolina Stolarek
On 29.06.2023 09:39, Christian König wrote: Sorry for the delayed response, AMD had some mail server issues and I simply missed this through the web access interface. No worries, that gave me an opportunity to fix my series :) All the best, Karolina Going to take a look at this now, Christi

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

2023-06-29 Thread Christian König
Sorry for the delayed response, AMD had some mail server issues and I simply missed this through the web access interface. Going to take a look at this now, Christian. Am 27.06.23 um 10:32 schrieb Karolina Stolarek: This series introduces KUnit[1] tests for TTM (Translation Table Manager) subs

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

2023-06-27 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 -

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

2023-06-12 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 -

Re: KUnit tests for TTM subsystem

2023-05-25 Thread Karolina Stolarek
Hi Christian, On 25.05.2023 10:30, Christian König wrote: Hi Karolina, Am 16.05.23 um 16:02 schrieb Karolina Stolarek: Hi all, I'm working on KUnit tests for TTM subsystem (nothing RFC-worthy yet), with an aim to provide better test coverage for the code used by i915 and Xe. B

Re: KUnit tests for TTM subsystem

2023-05-25 Thread Christian König
Hi Karolina, Am 16.05.23 um 16:02 schrieb Karolina Stolarek: Hi all, I'm working on KUnit tests for TTM subsystem (nothing RFC-worthy yet), with an aim to provide better test coverage for the code used by i915 and Xe. Before digging deeper, I wanted to check if the priorities outlined

KUnit tests for TTM subsystem

2023-05-16 Thread Karolina Stolarek
Hi all, I'm working on KUnit tests for TTM subsystem (nothing RFC-worthy yet), with an aim to provide better test coverage for the code used by i915 and Xe. Before digging deeper, I wanted to check if the priorities outlined here make sense and clarify a couple of things. My plan