On Monday, February 20th, 2023 at 16:49, Dave Stevenson <dave.stevenson@xxxxxxxxxxxxxxx> wrote: > > + * User-space sets &drm_prime_handle.fd with a DMA-BUF file descriptor to > > + * import, and gets back a GEM handle in &drm_prime_handle.handle. > > + * &drm_prime_handle.flags is unused. > > Is it worth explicitly stating that the handle would be released via > DRM_IOCTL_GEM_CLOSE? I've had userspace developers query how to > release imported handles in the past. v2 spells this out I think.