Lines Matching defs:handle
588 * form described by user space. Give userspace a handle by which
605 OMAP_BO_SCANOUT | OMAP_BO_WC, &args->handle);
612 * @handle: GEM handle to the object (from dumb_create)
618 u32 handle, u64 *offset)
623 /* GEM does all our handle to object mapping */
624 obj = drm_gem_object_lookup(file, handle);
1327 /* convenience method to construct a GEM buffer object, and userspace handle */
1329 union omap_gem_size gsize, u32 flags, u32 *handle)
1338 ret = drm_gem_handle_create(file, obj, handle);
1344 /* drop reference from allocate - handle holds it now */