Name
intel_execlists_submission — 
     submit a batchbuffer for execution, Execlists style
 
Synopsis
| int intel_execlists_submission ( | struct i915_execbuffer_params * params, | 
|  | struct drm_i915_gem_execbuffer2 * args, | 
|  | struct list_head * vmas ); | 
 
Arguments
- params
- 
     -- undescribed --
     
- args
- 
     execbuffer call arguments.
     
- vmas
- 
     list of vmas.
     
Description
   This is the evil twin version of i915_gem_ringbuffer_submission. It abstracts
   away the submission details of the execbuffer ioctl call.
Return
   non-zero if the submission fails.