aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2025-07-31 14:12:14 +0300
committerJani Nikula <jani.nikula@intel.com>2025-08-04 11:30:25 +0300
commit7b4106517fe651fdb4dd3a0c341a68e9c63d85dd (patch)
treec50ceaaa357a2aeff236589aa37b25ce96c9915c /drivers/gpu
parentdrm/xe/compat: stop including i915_utils.h from compat i915_drv.h (diff)
downloadlinux-7b4106517fe651fdb4dd3a0c341a68e9c63d85dd.tar.gz
linux-7b4106517fe651fdb4dd3a0c341a68e9c63d85dd.zip
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/xe/xe_device_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
index 003afb279a5e..4f795157f711 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -453,7 +453,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 */