]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'exynos-drm-fixes-v6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
authorDave Airlie <airlied@redhat.com>
Wed, 7 Jan 2026 21:34:36 +0000 (07:34 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 7 Jan 2026 21:34:42 +0000 (07:34 +1000)
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.

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Inki Dae <inki.dae@samsung.com>
Link: https://patch.msgid.link/20260107091154.27436-1-inki.dae@samsung.com

Trivial merge