]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe/doc: Remove KEEP_ACTIVE feature
authorNiranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Tue, 6 Jan 2026 19:10:51 +0000 (11:10 -0800)
committerNiranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Tue, 6 Jan 2026 19:13:56 +0000 (11:13 -0800)
The KEEP_ACTIVE feature is being reverted, update documentation.

Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/20260106191051.2866538-6-niranjana.vishwanathapura@intel.com
drivers/gpu/drm/xe/xe_exec_queue.c

index 529a40ca40026728af38fc403153825f5b0261b1..b5737563ee140605a0be66b4e741af4f49f9846b 100644 (file)
@@ -84,9 +84,8 @@
  * group is destroyed. The secondary queues hold a reference to the primary
  * queue thus preventing the group from being destroyed when user destroys
  * the primary queue. Once the primary queue is destroyed, secondary queues
- * can't be added to the queue group, but they can continue to submit the
- * jobs if the DRM_XE_MULTI_GROUP_KEEP_ACTIVE flag is set during the multi
- * queue group creation.
+ * can't be added to the queue group and new job submissions on existing
+ * secondary queues are not allowed.
  *
  * The queues of a multi queue group can set their priority within the group
  * through the DRM_XE_EXEC_QUEUE_SET_PROPERTY_MULTI_QUEUE_PRIORITY property.