Lines Matching defs:handle
247 u32 handle;
262 ret = drm_gem_handle_create(file, &dobj->obj, &handle);
266 args->handle = handle;
268 /* drop reference from allocate - handle holds it now */
269 DRM_DEBUG_DRIVER("obj %p size %zu handle %#x\n", dobj, size, handle);
282 u32 handle;
294 ret = drm_gem_handle_create(file, &dobj->obj, &handle);
298 args->handle = handle;
300 /* drop reference from allocate - handle holds it now */
301 DRM_DEBUG_DRIVER("obj %p size %zu handle %#x\n", dobj, size, handle);
315 dobj = armada_gem_object_lookup(file, args->handle);
343 DRM_DEBUG_DRIVER("handle %u off %u size %u ptr 0x%llx\n",
344 args->handle, args->offset, args->size, args->ptr);
357 dobj = armada_gem_object_lookup(file, args->handle);