]> git.dujemihanovic.xyz Git - linux.git/commit
drm/xe: fix missing 'xe_vm_put'
authorDafna Hirschfeld <dhirschfeld@habana.ai>
Sun, 1 Sep 2024 04:42:27 +0000 (07:42 +0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 12 Sep 2024 23:04:36 +0000 (18:04 -0500)
commit2efba0c095419f93f8913f1cbae8bf3fb030db20
tree23cafba49dd68213400da25893bc6e3ab94f6b2e
parent457ca96d04f599d2f95bd61144851f2181ccacc4
drm/xe: fix missing 'xe_vm_put'

Fix memleak caused by missing xe_vm_put

Fixes: 852856e3b6f6 ("drm/xe: Use reserved copy engine for user binds on faulting devices")
Signed-off-by: Dafna Hirschfeld <dhirschfeld@habana.ai>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240901044227.1177211-1-dhirschfeld@habana.ai
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
(cherry picked from commit 249df8cbecf0ab4877eab66cae857748631831a9)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_exec_queue.c