diff options
author | Matthew Auld <matthew.auld@intel.com> | 2025-02-21 17:38:43 +0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2025-02-24 22:03:03 +0300 |
commit | 8b4b3af869e981bba6f5c140b41e76b971dad26a (patch) | |
tree | 15de2074bc55620ef1d787487625a3a0de892d5d /drivers/gpu/drm | |
parent | 6b93cb98910c826c2e2004942f8b060311e43618 (diff) | |
download | linux-8b4b3af869e981bba6f5c140b41e76b971dad26a.tar.xz |
drm/xe/userptr: remove tmp_evict list
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>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/xe/xe_vm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c index 0118a1147668..996000f2424e 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); |