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:
93bf809
)
drm/i915: Include i915_reg.h in intel_ringbuffer.h
author
Michal Wajdeczko
<
[email protected]
>
Thu, 8 Mar 2018 09:50:34 +0000
(09:50 +0000)
committer
Chris Wilson
<
[email protected]
>
Fri, 9 Mar 2018 22:21:41 +0000
(22:21 +0000)
Header intel_ringbuffer.h is using definitions from i915_reg.h
but forget to include it. Remove this hidden dependency by
explicitly include missing header.
v2: add reminder (Chris)
Signed-off-by: Michal Wajdeczko <
[email protected]
>
Cc: Chris Wilson <
[email protected]
>
Cc: Tvrtko Ursulin <
[email protected]
>
Reviewed-by: Tvrtko Ursulin <
[email protected]
>
Signed-off-by: Chris Wilson <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/intel_ringbuffer.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_ringbuffer.h
b/drivers/gpu/drm/i915/intel_ringbuffer.h
index 0320c2c4cfba575d1e1ffca6d55d8bfed783612c..c31258d27e20367bbbe71217f04dcf3dc094a4ff 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_ringbuffer.h
+++ b/
drivers/gpu/drm/i915/intel_ringbuffer.h
@@
-7,6
+7,7
@@
#include "i915_gem_batch_pool.h"
#include "i915_gem_timeline.h"
+#include "i915_reg.h" /* FIXME split out i915_gpu_commands.h */
#include "i915_pmu.h"
#include "i915_request.h"
#include "i915_selftest.h"