Re: [RFC v2 04/13] dma-fence: Move array and chain checks to flags

2025-05-12 Thread Christian König
On 5/12/25 11:14, Tvrtko Ursulin wrote: > > On 12/05/2025 09:19, Christian König wrote: >> On 5/9/25 17:33, Tvrtko Ursulin wrote: >>> With the goal of reducing the need for drivers to touch fence->ops, we >>> add explicit flags for struct dma_fence_array and struct dma_fence_chain >>> and make the

Re: [RFC v2 04/13] dma-fence: Move array and chain checks to flags

2025-05-12 Thread Tvrtko Ursulin
On 12/05/2025 09:19, Christian König wrote: On 5/9/25 17:33, Tvrtko Ursulin wrote: With the goal of reducing the need for drivers to touch fence->ops, we add explicit flags for struct dma_fence_array and struct dma_fence_chain and make the respective helpers (dma_fence_is_array() and dma_fence

Re: [RFC v2 04/13] dma-fence: Move array and chain checks to flags

2025-05-12 Thread Christian König
On 5/9/25 17:33, Tvrtko Ursulin wrote: > With the goal of reducing the need for drivers to touch fence->ops, we > add explicit flags for struct dma_fence_array and struct dma_fence_chain > and make the respective helpers (dma_fence_is_array() and > dma_fence_is_chain()) use them. > > This also all

[RFC v2 04/13] dma-fence: Move array and chain checks to flags

2025-05-09 Thread Tvrtko Ursulin
With the goal of reducing the need for drivers to touch fence->ops, we add explicit flags for struct dma_fence_array and struct dma_fence_chain and make the respective helpers (dma_fence_is_array() and dma_fence_is_chain()) use them. This also allows us to remove the exported symbols for the respe