Re: Ensure progress for dma_fence_array

2024-11-12 Thread Chia-I Wu
On Tue, Nov 12, 2024 at 4:00 AM Christian König wrote: > > Am 09.11.24 um 01:32 schrieb Chia-I Wu: > > On Fri, Nov 8, 2024 at 1:43 AM Christian König > > wrote: > >> Hi guys, > >> > >> as pointed out by Chia-I userspace doesn't see any progress when > >> signaling is not enabled and Boris noted t

Re: Ensure progress for dma_fence_array

2024-11-12 Thread Christian König
Am 09.11.24 um 01:32 schrieb Chia-I Wu: On Fri, Nov 8, 2024 at 1:43 AM Christian König wrote: Hi guys, as pointed out by Chia-I userspace doesn't see any progress when signaling is not enabled and Boris noted that this is because dma_fence_array_signaled() never returns true in this case. Imp

Re: Ensure progress for dma_fence_array

2024-11-08 Thread Chia-I Wu
On Fri, Nov 8, 2024 at 1:43 AM Christian König wrote: > > Hi guys, > > as pointed out by Chia-I userspace doesn't see any progress when > signaling is not enabled and Boris noted that this is because > dma_fence_array_signaled() never returns true in this case. > > Improve this by fixing the dma_f

Ensure progress for dma_fence_array

2024-11-08 Thread Christian König
Hi guys, as pointed out by Chia-I userspace doesn't see any progress when signaling is not enabled and Boris noted that this is because dma_fence_array_signaled() never returns true in this case. Improve this by fixing the dma_fence_array_signaled() implementation to also return true even if sign