mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
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: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190626144020.2155-9-jani.nikula@intel.com
This commit is contained in:
parent
961ebc9dd1
commit
016c1c8938
@ -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 @@
|
|||||||
#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).
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user