]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit48622bf027209b691c397e64c3d0cbf4912eea2a
tree74749275e8dbc200ce59b14793fb52b66032c8c3
parente84fec09712d9a9d11d242a1c8536f5b1545f83e
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