drm/i915: Include i915_scheduler.h from i915_gem_context.h
authorTvrtko Ursulin <[email protected]>
Thu, 24 May 2018 15:06:20 +0000 (16:06 +0100)
committerTvrtko 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

index c3262b4dd2ee6b13f3c0def27c126bfee08b678c..84fef3b1e6e4e7c3f513237dd762f0097a758cf6 100644 (file)
@@ -30,6 +30,7 @@
 #include <linux/radix-tree.h>
 
 #include "i915_gem.h"
+#include "i915_scheduler.h"
 
 struct pid;