drm/xe: fix error handling in xe_migrate_update_pgtables
authorMatthew Auld <matthew.auld@intel.com>
Thu, 20 Jun 2024 10:20:26 +0000 (11:20 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Thu, 27 Jun 2024 10:00:36 +0000 (11:00 +0100)
commitce6b63336f79ec5f3996de65f452330e395f99ae
tree29db996613e7eddf7352b0d00bce8592ee175cee
parent406d058dc323ae152d380ac90153eb56a75850c1
drm/xe: fix error handling in xe_migrate_update_pgtables

Don't call drm_suballoc_free with sa_bo pointing to PTR_ERR.

References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2120
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: <stable@vger.kernel.org> # v6.8+
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240620102025.127699-2-matthew.auld@intel.com
drivers/gpu/drm/xe/xe_migrate.c