HomeSort by: relevance | last modified time | path
    Searched defs:exec_list (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 2911 struct drm_i915_gem_exec_object *exec_list = NULL; local in function:i915_gem_execbuffer_ioctl
2938 exec_list = kvmalloc_array(count, sizeof(*exec_list),
2942 if (exec_list == NULL || exec2_list == NULL) {
2945 kvfree(exec_list);
2949 err = copy_from_user(exec_list,
2951 sizeof(*exec_list) * count);
2955 kvfree(exec_list);
2961 exec2_list[i].handle = exec_list[i].handle;
2962 exec2_list[i].relocation_count = exec_list[i].relocation_count
    [all...]
i915_gem_execbuffer.c 2911 struct drm_i915_gem_exec_object *exec_list = NULL; local in function:i915_gem_execbuffer_ioctl
2938 exec_list = kvmalloc_array(count, sizeof(*exec_list),
2942 if (exec_list == NULL || exec2_list == NULL) {
2945 kvfree(exec_list);
2949 err = copy_from_user(exec_list,
2951 sizeof(*exec_list) * count);
2955 kvfree(exec_list);
2961 exec2_list[i].handle = exec_list[i].handle;
2962 exec2_list[i].relocation_count = exec_list[i].relocation_count
    [all...]

Completed in 27 milliseconds