]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/i915/intel_engine_types.h
drm/i915: take a reference to uncore in the engine and use it
[linux.git] / drivers / gpu / drm / i915 / intel_engine_types.h
index 88ed7ba8886fcf0de4250b6be798fb8e5f8c36a1..b3249bf6a65ff6a007cbfb1ee4d5a66977082b16 100644 (file)
@@ -29,6 +29,7 @@ struct drm_i915_reg_table;
 struct i915_gem_context;
 struct i915_request;
 struct i915_sched_attr;
+struct intel_uncore;
 
 struct intel_hw_status_page {
        struct i915_vma *vma;
@@ -250,6 +251,7 @@ struct intel_engine_execlists {
 
 struct intel_engine_cs {
        struct drm_i915_private *i915;
+       struct intel_uncore *uncore;
        char name[INTEL_ENGINE_CS_MAX_NAME];
 
        enum intel_engine_id id;