Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_drv.h777 struct intel_context { struct
778 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 …]