]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Force EXEC_QUEUE_FLAG_KERNEL for kernel internal VMs
authorPiotr Piórkowski <piotr.piorkowski@intel.com>
Wed, 11 Feb 2026 17:14:41 +0000 (18:14 +0100)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Fri, 13 Feb 2026 12:16:36 +0000 (13:16 +0100)
commitaafbb42be589d4a3d282b377f50a1ddb42400628
treece7bce89f238c25d137936700182856f3f5e29c8
parent1ff4b1730ca421de6bd84b871f68107b9ae46bcf
drm/xe: Force EXEC_QUEUE_FLAG_KERNEL for kernel internal VMs

VMs created without an associated xe_file originate from kernel
contexts and should use kernel exec queues. Ensure such VMs
create bind exec queues with EXEC_QUEUE_FLAG_KERNEL set.
Let's ensure bind exec queues created for kernel VMs are always
marked with EXEC_QUEUE_FLAG_KERNEL.

Signed-off-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patch.msgid.link/20260211171441.3246686-1-piotr.piorkowski@intel.com
drivers/gpu/drm/xe/xe_vm.c