Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: fix stale comment about unordered_wq usage
@ 2025-07-31 11:12 Jani Nikula
  2025-07-31 12:25 ` Gustavo Sousa
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jani Nikula @ 2025-07-31 11:12 UTC (permalink / raw)
  To: intel-xe; +Cc: jani.nikula

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

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/xe/xe_device_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
index 38c8329b4d2c..01e8fa0d2f9f 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -427,7 +427,7 @@ struct xe_device {
 	/** @ordered_wq: used to serialize compute mode resume */
 	struct workqueue_struct *ordered_wq;
 
-	/** @unordered_wq: used to serialize unordered work, mostly display */
+	/** @unordered_wq: used to serialize unordered work */
 	struct workqueue_struct *unordered_wq;
 
 	/** @destroy_wq: used to serialize user destroy work, like queue */
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-01 21:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31 11:12 [PATCH] drm/xe: fix stale comment about unordered_wq usage Jani Nikula
2025-07-31 12:25 ` Gustavo Sousa
2025-07-31 14:00 ` ✓ CI.KUnit: success for " Patchwork
2025-07-31 15:30 ` ✓ Xe.CI.BAT: " Patchwork
2025-07-31 17:26 ` ✓ Xe.CI.Full: " Patchwork
2025-08-01  9:28 ` [PATCH] " Jani Nikula
2025-08-01 21:08   ` Rodrigo Vivi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox