aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
diff options
context:
space:
mode:
authorAllen Pais <[email protected]>2024-03-27 16:03:10 +0000
committerJassi Brar <[email protected]>2024-05-20 03:33:28 +0000
commitc9834d848da1cc92e2b298552c1a2b509e9b824c (patch)
tree47517663efb073341deb19e534d123488bc5f91f /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
parentmailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown (diff)
downloadkernel-c9834d848da1cc92e2b298552c1a2b509e9b824c.tar.gz
kernel-c9834d848da1cc92e2b298552c1a2b509e9b824c.zip
mailbox: Convert from tasklet to BH workqueue
The only generic interface to execute asynchronously in the BH context is tasklet; however, it's marked deprecated and has some design flaws. To replace tasklets, BH workqueue support was recently added. A BH workqueue behaves similarly to regular workqueues except that the queued work items are executed in the BH context. Based on the work done by Tejun Heo <[email protected]> Branch: https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-6.10 Signed-off-by: Allen Pais <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions