Name

drm_gem_object_lookup — look up a GEM object from it's handle

Synopsis

struct drm_gem_object * drm_gem_object_lookup (struct drm_file * filp,
 u32 handle);
 

Arguments

filp

DRM file private date

handle

userspace handle

Returns

A reference to the object named by the handle if such exists on filp, NULL otherwise.