Home
last modified time | relevance | path

Searched defs:intel_context (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_drv.h871 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 {
[all …]