]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit50cf611b0bfa6c5bccfcd28dba32837c18ee3083
treeecb35ebd6a9cfd095cd37f7b2f41ac6de70ee4ea
parentc4f2ae53863de2b5d125c3cdc9ff12668868a74a
parent8e6ad0dac6266c5e13874e816b016759d7145500
Merge tag 'exynos-drm-fixes-v6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes

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