drm/xe/userptr: remove tmp_evict list
authorMatthew Auld <matthew.auld@intel.com>
Fri, 21 Feb 2025 14:38:43 +0000 (14:38 +0000)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 24 Feb 2025 19:03:03 +0000 (13:03 -0600)
Doesn't look to be used.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250221143840.167150-6-matthew.auld@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_vm.c

index 0118a1147668f0dc941b139165d3e025238acfd3..996000f2424e8293bdfa5ab8b6b6ec705a0ad789 100644 (file)
@@ -660,7 +660,6 @@ int xe_vm_userptr_pin(struct xe_vm *vm)
 {
        struct xe_userptr_vma *uvma, *next;
        int err = 0;
-       LIST_HEAD(tmp_evict);
 
        xe_assert(vm->xe, !xe_vm_in_fault_mode(vm));
        lockdep_assert_held_write(&vm->lock);