Searched defs:i915_execbuffer (Results 1 – 1 of 1) sorted by relevance
191 struct i915_execbuffer { struct192 struct drm_i915_private *i915; /** i915 backpointer */193 struct drm_file *file; /** per-file lookup tables and limits */194 struct drm_i915_gem_execbuffer2 *args; /** ioctl parameters */195 struct drm_i915_gem_exec_object2 *exec; /** ioctl execobj[] */196 struct i915_vma **vma;197 unsigned int *flags;199 struct intel_engine_cs *engine; /** engine to queue the request to */200 struct i915_gem_context *ctx; /** context for building the request */201 struct i915_address_space *vm; /** GTT and vma for the request */[all …]