Skip to content

Commit 99919be

Browse files
Thomas Hellströmmatt-auld
authored andcommitted
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 <[email protected]> Reviewed-by: Matthew Auld <[email protected]> Signed-off-by: Matthew Auld <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 57143f2 commit 99919be

File tree

7 files changed

+14
-1107
lines changed

7 files changed

+14
-1107
lines changed

drivers/gpu/drm/i915/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ gem-y += \
143143
gem/i915_gem_execbuffer.o \
144144
gem/i915_gem_internal.o \
145145
gem/i915_gem_object.o \
146-
gem/i915_gem_object_blt.o \
147146
gem/i915_gem_lmem.o \
148147
gem/i915_gem_mman.o \
149148
gem/i915_gem_pages.o \

0 commit comments

Comments
 (0)