提交 016c1c89 编写于 作者: J 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: NChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: NJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190626144020.2155-9-jani.nikula@intel.com
上级 961ebc9d
......@@ -19,6 +19,7 @@ header_test := \
i915_vgpu.h \
intel_csr.h \
intel_drv.h \
intel_guc_ct.h \
intel_pm.h \
intel_runtime_pm.h \
intel_sideband.h \
......
......@@ -24,11 +24,14 @@
#ifndef _INTEL_GUC_CT_H_
#define _INTEL_GUC_CT_H_
struct intel_guc;
struct i915_vma;
#include <linux/spinlock.h>
#include <linux/workqueue.h>
#include "intel_guc_fwif.h"
struct i915_vma;
struct intel_guc;
/**
* DOC: Command Transport (CT).
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册