drm_gem_handle_delete — 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 which has been added with
drm_gem_handle_create
. If this is the last handle also cleans up linked
resources like GEM names.