Searched defs:intel_context (Results 1 – 1 of 1) sorted by relevance
777 struct intel_context { struct778 struct kref ref;779 int user_handle;780 uint8_t remap_slice;781 struct drm_i915_file_private *file_priv;782 struct i915_ctx_hang_stats hang_stats;783 struct i915_hw_ppgtt *ppgtt;786 struct {789 } legacy_hw_ctx;792 bool rcs_initialized;[all …]