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: fix stale comment about unordered_wq usage

Display has switched to its own workqueue, no longer using
xe->unordered_wq.

Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/20250731111214.1130130-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

Jani Nikula 7b410651 4274a2b7

+1 -1
+1 -1
drivers/gpu/drm/xe/xe_device_types.h
··· 453 453 /** @ordered_wq: used to serialize compute mode resume */ 454 454 struct workqueue_struct *ordered_wq; 455 455 456 - /** @unordered_wq: used to serialize unordered work, mostly display */ 456 + /** @unordered_wq: used to serialize unordered work */ 457 457 struct workqueue_struct *unordered_wq; 458 458 459 459 /** @destroy_wq: used to serialize user destroy work, like queue */