Re: [PATCH v5 5/5] gpu: nova-core: add ChannelIdPool
"Danilo Krummrich" <[email protected]>
| Newsgroups | dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Mon Aug 17, 2026 at 12:54 PM CEST, Gary Guo wrote: > IMO we can just support zero-sized allocation by always succeeding, similar to > how ZST allocation is handled in memory allocation. Probably, but in contrast to ZST allocations it wouldn't be very useful, so we'd silently succeed on something that never was a reasonable argument in the first palce.