Re: [PATCH v5 5/5] gpu: nova-core: add ChannelIdPool
"Danilo Krummrich" <[email protected]>
| Newsgroups | gmane.linux.kernel.rust,gmane.linux.kernel,gmane.comp.video.dri.devel |
|---|---|
| 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.