Searched refs:exec_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c1998 struct drm_i915_gem_exec_object *exec_list = NULL; local
2020 exec_list = drm_calloc(sizeof(*exec_list), args.buffer_count,
2024 if (exec_list == NULL || object_list == NULL) {
2032 ret = DRM_COPY_FROM_USER(exec_list,
2035 sizeof(*exec_list) * args.buffer_count);
2058 exec_list[i].handle);
2061 exec_list[i].handle, i);
2085 &exec_list[i]);
2158 exec_offset = exec_list[arg
[all...]

Completed in 72 milliseconds