mirror of https://gitee.com/openkylin/linux.git
drm/i915: Include i915_scheduler.h from i915_gem_context.h
struct i915_gem_context embeds struct i915_sched_attr so needs to include the respective header. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20180524150621.17332-1-tvrtko.ursulin@linux.intel.com
This commit is contained in:
parent
09a4c02e58
commit
c5d1f5562e
|
@ -30,6 +30,7 @@
|
|||
#include <linux/radix-tree.h>
|
||||
|
||||
#include "i915_gem.h"
|
||||
#include "i915_scheduler.h"
|
||||
|
||||
struct pid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue