drm/xe: Only check last fence on user binds
authorMatthew Brost <matthew.brost@intel.com>
Mon, 5 Aug 2024 20:02:33 +0000 (13:02 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Mon, 5 Aug 2024 21:28:07 +0000 (14:28 -0700)
commit8d5309b7f67571bc0c95d430f4722a99d38f3b79
tree3368d49488e1065376eb0dc8d9bcc91d7d3bc48b
parentbe1dec570b6f5a29ce9c99334c52bea94c28914b
drm/xe: Only check last fence on user binds

We only set the last fence on user binds, so no need to check last fence
kernel issued binds. Will avoid blowing up last fence lockdep asserts.

Cc: Francois Dugast <francois.dugast@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240805200233.3050325-1-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_pt.c