drm_gem_object_lookup — look up a GEM object from it's handle
struct drm_gem_object * drm_gem_object_lookup (
)
filp
DRM file private date
handle
userspace handle
A reference to the object named by the handle if such exists on filp, NULL otherwise.