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:
09a4c02
)
drm/i915: Include i915_scheduler.h from i915_gem_context.h
author
Tvrtko Ursulin
<
[email protected]
>
Thu, 24 May 2018 15:06:20 +0000
(16:06 +0100)
committer
Tvrtko Ursulin
<
[email protected]
>
Fri, 25 May 2018 07:21:19 +0000
(08:21 +0100)
struct i915_gem_context embeds struct i915_sched_attr so needs to include
the respective header.
Signed-off-by: Tvrtko Ursulin <
[email protected]
>
Reviewed-by: Chris Wilson <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/i915_gem_context.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_gem_context.h
b/drivers/gpu/drm/i915/i915_gem_context.h
index c3262b4dd2ee6b13f3c0def27c126bfee08b678c..84fef3b1e6e4e7c3f513237dd762f0097a758cf6 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_gem_context.h
+++ b/
drivers/gpu/drm/i915/i915_gem_context.h
@@
-30,6
+30,7
@@
#include <linux/radix-tree.h>
#include "i915_gem.h"
+#include "i915_scheduler.h"
struct pid;