projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4274a2b
)
drm/xe: fix stale comment about unordered_wq usage
author
Jani Nikula
<jani.nikula@intel.com>
Thu, 31 Jul 2025 11:12:14 +0000
(14:12 +0300)
committer
Jani Nikula
<jani.nikula@intel.com>
Mon, 4 Aug 2025 08:30:25 +0000
(11:30 +0300)
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>
drivers/gpu/drm/xe/xe_device_types.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/xe_device_types.h
b/drivers/gpu/drm/xe/xe_device_types.h
index
003afb2
..
4f79515
100644
(file)
--- 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 */