]> git.hungrycats.org Git - linux/commit
drm/amdgpu: Change system_unbound_wq with system_dfl_wq
authorMarco Crivellari <marco.crivellari@suse.com>
Tue, 7 Jul 2026 09:38:12 +0000 (11:38 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Jul 2026 23:12:34 +0000 (19:12 -0400)
commitc52d32e6e7932c17ad9f202f6c86f5898a405b7c
treece3374f160f401735ff7674e6e643e5e849d0024
parent329baa1c5f62bdce36b77d463b5c23c62ee59e4a
drm/amdgpu: Change system_unbound_wq with system_dfl_wq

system_wq (per-CPU) and system_unbound_wq (unbound) are the older
workqueue name, replaced by system_{percpu|dfl}_wq.
The new workqueues have been introduced by:

  128ea9f6ccfb ("workqueue: Add system_percpu_wq and system_dfl_wq")

Usage of older workqueues will now trigger a pr_warn_once() because they are
marked as deprecated as per commit:

  64d8eae3f895 ("workqueue: Add warnings and fallback if system_{unbound}_wq is used")

So change the used workqueue with the newer, keeping the same behavior.

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Suggested-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c