summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uncore.h
diff options
context:
space:
mode:
authorMichal Wajdeczko <michal.wajdeczko@intel.com>2017-10-04 15:33:22 +0000
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2017-10-04 19:39:23 +0300
commitde7e095a4b6b9dbc643beb39f28b3022fec28220 (patch)
tree9914329a442f02e10909cca544c6fe88b2f679ee /drivers/gpu/drm/i915/intel_uncore.h
parent65921223942435f993ca56cd0a04e686700766bf (diff)
downloadop-kernel-dev-de7e095a4b6b9dbc643beb39f28b3022fec28220.zip
op-kernel-dev-de7e095a4b6b9dbc643beb39f28b3022fec28220.tar.gz
drm/i915: Make intel_uncore.h header self-contained
We're trying to resolve inter-header dependencies. Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171004153327.32608-2-michal.wajdeczko@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_uncore.h')
-rw-r--r--drivers/gpu/drm/i915/intel_uncore.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_uncore.h b/drivers/gpu/drm/i915/intel_uncore.h
index 03786f9..66eae2c 100644
--- a/drivers/gpu/drm/i915/intel_uncore.h
+++ b/drivers/gpu/drm/i915/intel_uncore.h
@@ -25,6 +25,12 @@
#ifndef __INTEL_UNCORE_H__
#define __INTEL_UNCORE_H__
+#include <linux/spinlock.h>
+#include <linux/notifier.h>
+#include <linux/hrtimer.h>
+
+#include "i915_reg.h"
+
struct drm_i915_private;
enum forcewake_domain_id {
OpenPOWER on IntegriCloud