drm/i915/gtt: split up i915_gem_gtt
authorMatthew Auld <matthew.auld@intel.com>
Tue, 7 Jan 2020 13:40:09 +0000 (13:40 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 7 Jan 2020 19:27:36 +0000 (19:27 +0000)
commit2c86e55d2ab55b036d901384eae43fdae4487459
treec8b226fa1547b1f9ad7c048d058c8202ba2439b6
parent7807a76b00d3d656c666a6042e15cff0c890eb92
drm/i915/gtt: split up i915_gem_gtt

Attempt to split i915_gem_gtt.[ch] into more manageable chunks.

Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200107134009.3255354-1-chris@chris-wilson.co.uk
23 files changed:
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gem/i915_gem_context.c
drivers/gpu/drm/i915/gem/i915_gem_context.h
drivers/gpu/drm/i915/gem/i915_gem_object.h
drivers/gpu/drm/i915/gem/selftests/huge_pages.c
drivers/gpu/drm/i915/gt/gen6_ppgtt.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/gen6_ppgtt.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/gen8_ppgtt.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/gen8_ppgtt.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_ggtt.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_gt.c
drivers/gpu/drm/i915/gt/intel_gtt.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_gtt.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_ppgtt.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_ring_submission.c
drivers/gpu/drm/i915/gt/selftest_hangcheck.c
drivers/gpu/drm/i915/gvt/scheduler.c
drivers/gpu/drm/i915/i915_gem_gtt.c
drivers/gpu/drm/i915/i915_gem_gtt.h
drivers/gpu/drm/i915/i915_vma.h
drivers/gpu/drm/i915/i915_vma_types.h [new file with mode: 0644]
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c
drivers/gpu/drm/i915/selftests/mock_gtt.c