drm/i915: Move GGTT fence registers under gt/
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 16 Mar 2020 11:38:43 +0000 (11:38 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 16 Mar 2020 20:28:26 +0000 (20:28 +0000)
commitf899f786d181e03f6ca29319bd90ba62231cb44b
treeb2c4ca26b16b1df349ce393c2ab24d82ef36ec36
parenta62774782b994026ac3198bf115717d55d536166
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
14 files changed:
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gt/intel_ggtt.c
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_gtt.h
drivers/gpu/drm/i915/gt/intel_reset.c
drivers/gpu/drm/i915/gvt/aperture_gm.c
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_fence_reg.c [deleted file]
drivers/gpu/drm/i915/i915_gem_fence_reg.h [deleted file]
drivers/gpu/drm/i915/i915_vma.h
drivers/gpu/drm/i915/selftests/i915_gem.c