Searched defs:intel_engine_cs (Results 1 – 1 of 1) sorted by relevance
134 struct intel_engine_cs { struct135 struct drm_i915_private *i915;136 const char *name;137 enum intel_engine_id {143 } id;146 unsigned int exec_id;147 enum intel_engine_hw_id {153 } hw_id;154 enum intel_engine_hw_id guc_id; /* XXX same as hw_id? */155 u64 fence_context;[all …]