Deletes the given file-private handle
int drm_gem_handle_delete(struct drm_file * filp, u32 handle);
filp
drm file-private structure to use for the handle look up
handle
userspace handle to delete
Removes the GEM handle from the filp lookup table and if this is the last handle also cleans up linked resources like GEM names.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place