Searched defs:intel_context (Results 1 – 1 of 1) sorted by relevance
871 struct intel_context { struct872 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 {[all …]