Free a gem object
void drm_gem_object_free(struct kref * kref);
kref
kref of the object to free
Called after the last reference to the object has been lost. Must be called holding struct_ mutex
Frees the object
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