drm/xe: Propagate error from bind operations to async fence
authorMatthew Brost <matthew.brost@intel.com>
Wed, 25 Jan 2023 18:36:05 +0000 (10:36 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:27:46 +0000 (18:27 -0500)
commit74a8b2c6e2d6f17fcd9977de298eff20a46b0af7
tree2397fdfe0439c01aed5a808f4bad32972c6d70a1
parent332dd0116c82a75df175a459fa69dda3f23491a7
drm/xe: Propagate error from bind operations to async fence

If an bind operation fails we need to report it via the async fence.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
drivers/gpu/drm/xe/xe_vm.c