Lines Matching defs:handle

199 	u32 handle;
210 ret = drm_gem_handle_create(file, &obj->base, &handle);
218 /* drop reference from allocate - handle holds it now */
221 *handle_p = handle;
234 args->size, &args->handle);
239 uint32_t handle)
241 return drm_gem_handle_delete(file, handle);
244 * Creates a new mm object and returns a handle to it.
252 args->size, &args->handle);
397 * Reads data from the object referenced by handle.
416 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
585 * Writes data to the object referenced by handle.
604 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
661 /* Non-interruptible callers can't handle -EAGAIN, hence return
916 /* Only handle setting domains to types used by the CPU. */
933 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
982 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
1018 obj = drm_gem_object_lookup(dev, file, args->handle);
1224 uint32_t handle,
1235 obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle));
1282 return i915_gem_mmap_gtt(file, dev, args->handle, &args->offset);
2769 /* GPU reset can handle this error */
2861 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
2897 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
3151 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
3159 args->handle);
3196 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
3204 args->handle);
3233 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
3811 phys_obj->handle = drm_pci_alloc(dev, size, 0, 0xffffffff, 1);
3812 if (!phys_obj->handle) {
3838 drm_pci_free(phys_obj->handle);
3870 char *src = (caddr_t)(obj->phys_obj->handle->vaddr + (i * PAGE_SIZE));
3929 char *src = (caddr_t)(obj->phys_obj->handle->vaddr + (i * PAGE_SIZE));
3953 obj_addr = (void *)(uintptr_t)(obj->phys_obj->handle->vaddr + args->offset);