Name
drm_gem_handle_create —
create a gem handle for an object
Arguments
file_priv
drm file-private structure to register the handle for
obj
object to register
handlep
pionter to return the created handle to the caller
Description
Create a handle for this object. This adds a handle reference
to the object, which includes a regular reference count. Callers
will likely want to dereference the object afterwards.