diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2020-03-16 12:38:43 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2020-03-16 21:28:26 +0100 |
commit | f899f786d181e03f6ca29319bd90ba62231cb44b (patch) | |
tree | b2c4ca26b16b1df349ce393c2ab24d82ef36ec36 /drivers/gpu/drm/i915/i915_vma.h | |
parent | drm/i915/gt: Restrict gen7 w/a batch to Haswell (diff) | |
download | linux-f899f786d181e03f6ca29319bd90ba62231cb44b.tar.xz linux-f899f786d181e03f6ca29319bd90ba62231cb44b.zip |
drm/i915: Move GGTT fence registers under gt/
Since the fence registers control HW detiling through the GGTT
aperture, make them a part of the intel_ggtt under gt/
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200316113846.4974-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/i915_vma.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_vma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_vma.h b/drivers/gpu/drm/i915/i915_vma.h index e1ced1df13e1..2764c277326f 100644 --- a/drivers/gpu/drm/i915/i915_vma.h +++ b/drivers/gpu/drm/i915/i915_vma.h @@ -33,7 +33,6 @@ #include "gem/i915_gem_object.h" #include "i915_gem_gtt.h" -#include "i915_gem_fence_reg.h" #include "i915_active.h" #include "i915_request.h" |