Searched defs:i915_execbuffer (Results 1 – 1 of 1) sorted by relevance
229 struct i915_execbuffer { struct230 struct drm_i915_private *i915; /** i915 backpointer */231 struct drm_file *file; /** per-file lookup tables and limits */232 struct drm_i915_gem_execbuffer2 *args; /** ioctl parameters */233 struct drm_i915_gem_exec_object2 *exec; /** ioctl execobj[] */234 struct i915_vma **vma;235 unsigned int *flags;237 struct intel_engine_cs *engine; /** engine to queue the request to */238 struct i915_gem_context *ctx; /** context for building the request */239 struct i915_address_space *vm; /** GTT and vma for the request */[all …]