SYNOPSIS
- int drm_gem_handle_delete(struct drm_file * filp, u32 handle);
ARGUMENTS
filp
-
- drm file-private structure to use for the handle look up
handle
- userspace handle to delete
DESCRIPTION
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.
AUTHORS
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
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT