Re: [PATCH v3 1/2] dma-fence: Add unwrap mode enum and macro for in-place deduplication

2025-04-29 Thread Yadav, Arvind
On 4/29/2025 9:38 PM, Christian König wrote: On 4/29/25 17:24, Arvind Yadav wrote: Introduce a new `enum dma_fence_unwrap_mode` to support multiple modes of fence unwrapping and merging behavior. This lays the groundwork for more flexible and efficient fence operations. Add a new macro `dma_f

Re: [PATCH v3 1/2] dma-fence: Add unwrap mode enum and macro for in-place deduplication

2025-04-29 Thread Christian König
On 4/29/25 17:24, Arvind Yadav wrote: > Introduce a new `enum dma_fence_unwrap_mode` to support multiple modes > of fence unwrapping and merging behavior. This lays the groundwork for > more flexible and efficient fence operations. > > Add a new macro `dma_fence_unwrap_shrink_array()` to allow cal

[PATCH v3 1/2] dma-fence: Add unwrap mode enum and macro for in-place deduplication

2025-04-29 Thread Arvind Yadav
Introduce a new `enum dma_fence_unwrap_mode` to support multiple modes of fence unwrapping and merging behavior. This lays the groundwork for more flexible and efficient fence operations. Add a new macro `dma_fence_unwrap_shrink_array()` to allow callers to unwrap, deduplicate, and sort dma_fence