Re: [PATCH v10 6/9] drm/ttm/tests: Add eviction testing

2024-04-16 Thread Somalapuram, Amaranath
On 3/22/2024 7:59 PM, Karolina Stolarek wrote: Add tests for ttm_bo_validate that focus on BO eviction and swapout. Update device funcs definition with eviction-related callbacks. Add alternative funcs where evict_flags() routes eviction to a domain that can't allocate resources (dubbed "busy m

[PATCH v10 6/9] drm/ttm/tests: Add eviction testing

2024-03-22 Thread Karolina Stolarek
Add tests for ttm_bo_validate that focus on BO eviction and swapout. Update device funcs definition with eviction-related callbacks. Add alternative funcs where evict_flags() routes eviction to a domain that can't allocate resources (dubbed "busy manager" in the tests). Extract the common path of t