Hi Dave and Daniel,

   One trivial cleanup which replaces system_wq with system_percpu_wq
   in HDMI driver.

   This change aligns the driver with the new workqueue model and avoids
   further use of the ambiguous system_wq. No functional change is intended.

   Merging this early helps unblock and simplify further workqueue API
   refactoring.

Please kindly let me know if there is any problem.

Thanks,
Inki Dae


The following changes since commit c4f2ae53863de2b5d125c3cdc9ff12668868a74a:

  Merge tag 'drm-rust-fixes-2025-12-29' of 
https://gitlab.freedesktop.org/drm/rust/kernel into drm-fixes (2026-01-05 
14:45:33 +1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos 
tags/exynos-drm-fixes-v6.19-rc5

for you to fetch changes up to 8e6ad0dac6266c5e13874e816b016759d7145500:

  drm/exynos: hdmi: replace use of system_wq with system_percpu_wq (2026-01-07 
17:50:50 +0900)

----------------------------------------------------------------
One code cleanup
. Replace system_wq with system_percpu_wq in the Exynos HDMI driver.
  system_wq is effectively a per-cpu workqueue, but its name does not make
  this explicit. Recent workqueue changes introduced system_percpu_wq to clarify
  semantics and support ongoing workqueue API refactoring.

----------------------------------------------------------------
Marco Crivellari (1):
      drm/exynos: hdmi: replace use of system_wq with system_percpu_wq

 drivers/gpu/drm/exynos/exynos_hdmi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Reply via email to