SYNOPSIS
- void drm_gem_object_unreference_unlocked(struct drm_gem_object * obj);
ARGUMENTS
obj
-
- GEM buffer object
DESCRIPTION
This releases a reference to obj. Callers must not hold the dev->struct_mutex lock when calling this function.
See also __drm_gem_object_unreference.
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