Commit 016c1c89 authored by Jani Nikula's avatar Jani Nikula

drm/i915: make intel_guc_ct.h self-contained

Add the minimal includes/declarations to make the header self-contained,
and ensure it stays that way.
Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190626144020.2155-9-jani.nikula@intel.com
parent 961ebc9d
...@@ -19,6 +19,7 @@ header_test := \ ...@@ -19,6 +19,7 @@ header_test := \
i915_vgpu.h \ i915_vgpu.h \
intel_csr.h \ intel_csr.h \
intel_drv.h \ intel_drv.h \
intel_guc_ct.h \
intel_pm.h \ intel_pm.h \
intel_runtime_pm.h \ intel_runtime_pm.h \
intel_sideband.h \ intel_sideband.h \
......
...@@ -24,11 +24,14 @@ ...@@ -24,11 +24,14 @@
#ifndef _INTEL_GUC_CT_H_ #ifndef _INTEL_GUC_CT_H_
#define _INTEL_GUC_CT_H_ #define _INTEL_GUC_CT_H_
struct intel_guc; #include <linux/spinlock.h>
struct i915_vma; #include <linux/workqueue.h>
#include "intel_guc_fwif.h" #include "intel_guc_fwif.h"
struct i915_vma;
struct intel_guc;
/** /**
* DOC: Command Transport (CT). * DOC: Command Transport (CT).
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment