summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gvt
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-12-10 02:36:16 +0300
committerChris Wilson <chris@chris-wilson.co.uk>2020-12-10 02:41:15 +0300
commit9fd96c069dd655f498895477b2a789136aca1c40 (patch)
treedeb92f9e14032ac50ac6975352f25545bf5fb8cc /drivers/gpu/drm/i915/gvt
parent51c87fa64f9867139542b02a1f38c051cb6f8bac (diff)
downloadlinux-9fd96c069dd655f498895477b2a789136aca1c40.tar.xz
drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
Cleanup intel_lrc.h by moving some of the residual common register definitions into intel_lrc_reg.h, prior to rebranding and splitting off the submission backends. v2: keep the SCHEDULE enum in the old file, since it is specific to the gvt usage of the execlists submission backend (John) Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> #v2 Cc: John Harrison <John.C.Harrison@Intel.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20201209233618.4287-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/gvt')
-rw-r--r--drivers/gpu/drm/i915/gvt/mmio_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/gvt/mmio_context.h b/drivers/gpu/drm/i915/gvt/mmio_context.h
index 3b25e7fe32f6..412b96ee6883 100644
--- a/drivers/gpu/drm/i915/gvt/mmio_context.h
+++ b/drivers/gpu/drm/i915/gvt/mmio_context.h
@@ -36,6 +36,8 @@
#ifndef __GVT_RENDER_H__
#define __GVT_RENDER_H__
+#include "gt/intel_lrc_reg.h"
+
struct engine_mmio {
enum intel_engine_id id;
i915_reg_t reg;