Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/xe/doc: Remove KEEP_ACTIVE feature

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

+2 -3
+2 -3
drivers/gpu/drm/xe/xe_exec_queue.c
··· 84 84 * group is destroyed. The secondary queues hold a reference to the primary 85 85 * queue thus preventing the group from being destroyed when user destroys 86 86 * the primary queue. Once the primary queue is destroyed, secondary queues 87 - * can't be added to the queue group, but they can continue to submit the 88 - * jobs if the DRM_XE_MULTI_GROUP_KEEP_ACTIVE flag is set during the multi 89 - * queue group creation. 87 + * can't be added to the queue group and new job submissions on existing 88 + * secondary queues are not allowed. 90 89 * 91 90 * The queues of a multi queue group can set their priority within the group 92 91 * through the DRM_XE_EXEC_QUEUE_SET_PROPERTY_MULTI_QUEUE_PRIORITY property.