intel_execlists_submission(9) 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.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT