Searched defs:i915_execbuffer (Results 1 – 1 of 1) sorted by relevance
246 struct i915_execbuffer { struct247 struct drm_i915_private *i915; /** i915 backpointer */248 struct drm_file *file; /** per-file lookup tables and limits */249 struct drm_i915_gem_execbuffer2 *args; /** ioctl parameters */250 struct drm_i915_gem_exec_object2 *exec; /** ioctl execobj[] */251 struct eb_vma *vma;253 struct intel_gt *gt; /* gt for the execbuf */254 struct intel_context *context; /* logical state for the request */255 struct i915_gem_context *gem_context; /** caller's context */258 struct i915_request *requests[MAX_ENGINE_INSTANCE + 1];[all …]