Lines Matching defs:handles
657 * Unlike most GPUs, our hardware only handles one command list at a
732 uint32_t *handles;
754 handles = kvmalloc_array(exec->bo_count, sizeof(uint32_t), GFP_KERNEL);
755 if (!handles) {
757 DRM_ERROR("Failed to allocate incoming GEM handles\n");
761 if (copy_from_user(handles, u64_to_user_ptr(args->bo_handles),
764 DRM_ERROR("Failed to copy in GEM handles\n");
771 handles[i]);
774 i, handles[i]);
793 kvfree(handles);
814 kvfree(handles);