SYNOPSIS
- void drm_gem_free_mmap_offset(struct drm_gem_object * obj);
ARGUMENTS
obj
-
- obj in question
DESCRIPTION
This routine frees fake offsets allocated by drm_gem_create_mmap_offset.
Note that drm_gem_object_release already calls this function, so drivers don't have to take care of releasing the mmap offset themselves when freeing the GEM object.
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