drm_gem_object_lookup(9) 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.

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