projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6592122
)
drm/i915: Make intel_uncore.h header self-contained
author
Michal Wajdeczko
<
[email protected]
>
Wed, 4 Oct 2017 15:33:22 +0000
(15:33 +0000)
committer
Joonas Lahtinen
<
[email protected]
>
Wed, 4 Oct 2017 16:39:23 +0000
(19:39 +0300)
We're trying to resolve inter-header dependencies.
Signed-off-by: Michal Wajdeczko <
[email protected]
>
Cc: Joonas Lahtinen <
[email protected]
>
Cc: Chris Wilson <
[email protected]
>
Reviewed-by: Chris Wilson <
[email protected]
>
Signed-off-by: Joonas Lahtinen <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/intel_uncore.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_uncore.h
b/drivers/gpu/drm/i915/intel_uncore.h
index 03786f931905d02aca825780094120d49b7a24ac..66eae2ce2f29fa1e556affc1573aecb2a639fddf 100644
(file)
--- 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 {