drm/i915/gem: Zap the i915_gem_object_blt code
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 17 Jun 2021 06:30:18 +0000 (08:30 +0200)
committerMatthew Auld <matthew.auld@intel.com>
Thu, 17 Jun 2021 13:23:15 +0000 (14:23 +0100)
commit99919be74aa37537850a7b453f2a3e3260e0d50e
tree74749275e8dbc200ce59b14793fb52b66032c8c3
parent57143f2e5b41f3e51b13d3c358e29a932334110d
drm/i915/gem: Zap the i915_gem_object_blt code

It's unused with the exception of selftest. Replace a call in the
memory_region live selftest with a call into a corresponding
function in the new migrate code.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210617063018.92802-13-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gem/i915_gem_object_blt.c [deleted file]
drivers/gpu/drm/i915/gem/i915_gem_object_blt.h [deleted file]
drivers/gpu/drm/i915/gem/selftests/i915_gem_object_blt.c [deleted file]
drivers/gpu/drm/i915/selftests/i915_live_selftests.h
drivers/gpu/drm/i915/selftests/i915_perf_selftests.h
drivers/gpu/drm/i915/selftests/intel_memory_region.c