Lines Matching defs:handle
44 * @handlep: returned handle (opaque number)
46 * Create a GEM object, fill in the boilerplate and attach a handle to
55 u32 handle;
75 /* Give the object a handle so we can carry it more easily */
76 ret = drm_gem_handle_create(file, &r->gem, &handle);
78 dev_err(dev->dev, "GEM handle failed for %p, %lld\n",
84 /* We have the initial and handle reference but need only one now */
86 *handlep = handle;
97 * form described by user space. Give userspace a handle by which
105 return psb_gem_create(file, dev, args->size, &args->handle, 0,
118 * This code eventually needs to handle faulting objects in and out