Lines Matching defs:intel_context
871 struct intel_context { struct
872 struct kref ref;
873 int user_handle;
874 uint8_t remap_slice;
875 struct drm_i915_private *i915;
876 int flags;
877 struct drm_i915_file_private *file_priv;
878 struct i915_ctx_hang_stats hang_stats;
879 struct i915_hw_ppgtt *ppgtt;
882 struct {
885 } legacy_hw_ctx;
888 struct {
892 } engine[I915_NUM_RINGS];
894 struct list_head link;