]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/migrate: fix job lock assert
authorMatthew Auld <matthew.auld@intel.com>
Tue, 20 Jan 2026 11:06:11 +0000 (11:06 +0000)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 21 Jan 2026 14:24:22 +0000 (15:24 +0100)
commit772157f626d0e1a7c6d49dffb0bbe4b2343a1d44
treee26c7c2f2643cc117b0325a9f40bed650f041b00
parent6f4b7aed61817624250e590ba0ef304146d34614
drm/xe/migrate: fix job lock assert

We are meant to be checking the user vm for the bind queue, but actually
we are checking the migrate vm. For various reasons this is not
currently firing but this will likely change in the future.

Now that we have the user_vm attached to the bind queue, we can fix this
by directly checking that here.

Fixes: dba89840a920 ("drm/xe: Add GT TLB invalidation jobs")
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>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Arvind Yadav <arvind.yadav@intel.com>
Link: https://patch.msgid.link/20260120110609.77958-4-matthew.auld@intel.com
(cherry picked from commit 9dd1048bca4fe2aa67c7a286bafb3947537adedb)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_migrate.c