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

Reply via email to