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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 \
+5 −2
Original line number Diff line number Diff line
@@ -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).
 *