Re: [RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
From: Danilo Krummrich
Date: Wed Feb 11 2026 - 10:20:29 EST
On Wed Feb 11, 2026 at 4:14 PM CET, Boris Brezillon wrote:
> Okay, that would be one DmaFenceWorkqueue only used for the driver
> JobQueue instances (or one per-instance if the driver wants that)
> wrapped into some object that doesn't expose it as a generic workqueue,
> so only JobQueue instances can use it. And then drivers are free to
> instantiate their own DmaFenceWorkqueue for anything else that's
> still in the DMA-signalling path, but not directly related to
> JobQueues. I think I'd be fine with that.
Yes, that sounds good to me.