public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/amd: Replace system_unbound_wq with system_dfl_wq
@ 2026-05-14 10:38 Marco Crivellari
  2026-05-14 10:38 ` [PATCH 1/2] drm/amd/display: Replace use of " Marco Crivellari
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marco Crivellari @ 2026-05-14 10:38 UTC (permalink / raw)
  To: linux-kernel, amd-gfx, dri-devel
  Cc: Tejun Heo, Lai Jiangshan, Frederic Weisbecker,
	Sebastian Andrzej Siewior, Marco Crivellari, Michal Hocko,
	Alex Deucher, Christian Konig, David Airlie, Simona Vetter,
	Harry Wentland, Leo Li, Ray Wu, Rodrigo Siqueira

Hello,

Months ago we started a refactoring work about workqueue, still ongoing.
Recent changes in drm/amd/ code still uses the old workqueue names instead
of the newer added. This series addresses this, without introducing
change of behavior.

=== Changes to the WQ API ===

The following, address the recent changes in the Workqueue API:

- commit 128ea9f6ccfb ("workqueue: Add system_percpu_wq and system_dfl_wq")
- commit 930c2ea566af ("workqueue: Add new WQ_PERCPU flag")

The old workqueues will be removed in a future release cycle.

=== Introduced Changes by this series ===

Replace system_unbound_wq with system_dfl_wq, without change of behavior.
system_unbound_wq will be removed in a future release cycle.


Thanks!

Marco Crivellari (2):
  drm/amd/display: Replace use of system_unbound_wq with system_dfl_wq
  drm/amdgpu: Replace use of system_unbound_wq with system_dfl_wq

 drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c      | 2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-05-16  1:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14 10:38 [PATCH 0/2] drm/amd: Replace system_unbound_wq with system_dfl_wq Marco Crivellari
2026-05-14 10:38 ` [PATCH 1/2] drm/amd/display: Replace use of " Marco Crivellari
2026-05-16  1:00   ` Claude review: " Claude Code Review Bot
2026-05-14 10:38 ` [PATCH 2/2] drm/amdgpu: " Marco Crivellari
2026-05-16  1:00   ` Claude review: " Claude Code Review Bot
2026-05-16  1:00 ` Claude review: drm/amd: Replace " Claude Code Review Bot

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