Re: [RFC v2 03/13] dma-fence: Use a flag for 64-bit seqnos

2025-05-12 Thread Tvrtko Ursulin
On 12/05/2025 09:17, Christian König wrote: On 5/9/25 17:33, Tvrtko Ursulin wrote: With the goal of reducing the need for drivers to touch (and dereference) fence->ops, we move the 64-bit seqnos flag from struct dma_fence_ops to the fence->flags. Drivers which were setting this flag are chang

Re: [RFC v2 03/13] dma-fence: Use a flag for 64-bit seqnos

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 (and dereference) > fence->ops, we move the 64-bit seqnos flag from struct dma_fence_ops to > the fence->flags. > > Drivers which were setting this flag are changed to use new > dma_fence_init64() inst

Re: [RFC v2 03/13] dma-fence: Use a flag for 64-bit seqnos

2025-05-12 Thread Tvrtko Ursulin
On 09/05/2025 16:33, Tvrtko Ursulin wrote: With the goal of reducing the need for drivers to touch (and dereference) fence->ops, we move the 64-bit seqnos flag from struct dma_fence_ops to the fence->flags. Drivers which were setting this flag are changed to use new dma_fence_init64() instead