From: Matthew Auld Date: Fri, 21 Feb 2025 14:38:43 +0000 (+0000) Subject: drm/xe/userptr: remove tmp_evict list X-Git-Tag: v6.15-rc1~120^2~10^2~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b4b3af869e981bba6f5c140b41e76b971dad26a;p=thirdparty%2Fkernel%2Flinux.git drm/xe/userptr: remove tmp_evict list Doesn't look to be used. Signed-off-by: Matthew Auld Cc: Matthew Brost Cc: Thomas Hellström Reviewed-by: Matthew Brost Link: https://patchwork.freedesktop.org/patch/msgid/20250221143840.167150-6-matthew.auld@intel.com Signed-off-by: Lucas De Marchi --- diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c index 0118a1147668f..996000f2424e8 100644 --- a/drivers/gpu/drm/xe/xe_vm.c +++ b/drivers/gpu/drm/xe/xe_vm.c @@ -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);