]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placement
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 30 Jan 2020 18:17:09 +0000 (18:17 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 30 Jan 2020 21:35:37 +0000 (21:35 +0000)
commit340b31493d6103ad096e98f06dd9876624c99261
tree4e5abccc615fc8f16ef15a40cfcd81170198fd6b
parenteac33ec9d5dc571f01116165d8ab48779ea60a18
drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placement

The i915_ggtt now sits beneath gt/ outside of the auspices of gem/ and
should be given a fresh name to reflect that. We also want to give it a
name that reflects its role in the system suspend/resume, with the
intention of pulling together all the GGTT operations (e.g. restoring
the fence registers once they are pulled under gt/intel_ggtt_detiler.c)

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Rreviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200130181710.2030251-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_ggtt.c
drivers/gpu/drm/i915/gt/intel_gtt.h
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/selftests/i915_gem.c