Skip to content

xf86drm: add GEM_CLOSE ioctl wrapper

Simon Ser requested to merge emersion/drm:gem-close into main

We have wrappers for PRIME_HANDLE_TO_FD and PRIME_FD_TO_HANDLE, but not for GEM_CLOSE. Add it so that callers don't need to manually call drmIoctl.

Signed-off-by: Simon Ser contact@emersion.fr

Merge request reports