Re: [PATCH 1/2] dma-fence: Add a single fence fast path for fence merging

2024-11-14 Thread Tvrtko Ursulin
On 14/11/2024 08:53, Christian König wrote: Am 13.11.24 um 18:19 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin Testing some workloads in two different scenarios, such as games running under Gamescope on a Steam Deck, or vkcube under a Plasma desktop, shows that in a significant portion of cal

Re: [PATCH 1/2] dma-fence: Add a single fence fast path for fence merging

2024-11-14 Thread Christian König
Am 13.11.24 um 18:19 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin Testing some workloads in two different scenarios, such as games running under Gamescope on a Steam Deck, or vkcube under a Plasma desktop, shows that in a significant portion of calls the dma_fence_unwrap_merge helper is called

[PATCH 1/2] dma-fence: Add a single fence fast path for fence merging

2024-11-13 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Testing some workloads in two different scenarios, such as games running under Gamescope on a Steam Deck, or vkcube under a Plasma desktop, shows that in a significant portion of calls the dma_fence_unwrap_merge helper is called with just a single unsignalled fence. Therefor