drm/i915: move region_lmem under gt
authorMatthew Auld <matthew.auld@intel.com>
Tue, 12 Jan 2021 16:43:00 +0000 (16:43 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 12 Jan 2021 21:12:10 +0000 (21:12 +0000)
commitf178b89743867255b3946b40b640f379c3961c09
tree48428d6c87317f77edc2bf538260bfd84a11ac67
parent0dbfc194355593406bad809d58178c0742f99013
drm/i915: move region_lmem under gt

Device local-memory should be thought of as part the GT, which means it
should also sit under gt/.

Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
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/20210112164300.356524-1-matthew.auld@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gt/intel_region_lmem.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_region_lmem.h [new file with mode: 0644]
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_region_lmem.c [deleted file]
drivers/gpu/drm/i915/intel_region_lmem.h [deleted file]