Lines Matching defs:handle
488 * @handle: Handle identifying the buffer object.
492 uint32_t handle,
496 int ret = vmw_user_bo_lookup(filp, handle, &vmw_bo);
539 ret = vmw_user_bo_lookup(file_priv, arg->handle, &vbo);
548 DRM_ERROR("Failed synccpu grab on handle 0x%08x.\n",
549 (unsigned int) arg->handle);
555 arg->handle,
558 DRM_ERROR("Failed synccpu release on handle 0x%08x.\n",
559 (unsigned int) arg->handle);
572 * vmw_bo_unref_ioctl - Generic handle close ioctl.
580 * handle to a TTM base object, optionally freeing the object.
588 return drm_gem_handle_delete(file_priv, arg->handle);
593 * vmw_user_bo_lookup - Look up a vmw user buffer object from a handle.
595 * @filp: The file the handle is registered with.
596 * @handle: The user buffer object handle
604 u32 handle,
609 gobj = drm_gem_object_lookup(filp, handle);
611 DRM_ERROR("Invalid buffer object handle 0x%08lx.\n",
612 (unsigned long)handle);
694 args->size, &args->handle,
696 /* drop reference from allocate - handle holds it now */