summaryrefslogtreecommitdiff
path: root/Documentation/console/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorAlessio Belle <alessio.belle@imgtec.com>2026-03-09 15:23:48 +0000
committerMatt Coster <matt.coster@imgtec.com>2026-03-17 14:27:04 +0000
commita55c2a5c8d680156495b7b1e2a9f5a3e313ba524 (patch)
tree8269cffd02725dfdd6f8a1db378389c9aab6f043 /Documentation/console/git@git.tavy.me:linux.git
parentc6cb77c474a32265e21c4871c7992468bf5e7638 (diff)
drm/imagination: Fix deadlock in soft reset sequence
The soft reset sequence is currently executed from the threaded IRQ handler, hence it cannot call disable_irq() which internally waits for IRQ handlers, i.e. itself, to complete. Use disable_irq_nosync() during a soft reset instead. Fixes: cc1aeedb98ad ("drm/imagination: Implement firmware infrastructure and META FW support") Cc: stable@vger.kernel.org Signed-off-by: Alessio Belle <alessio.belle@imgtec.com> Reviewed-by: Matt Coster <matt.coster@imgtec.com> Link: https://patch.msgid.link/20260309-fix-soft-reset-v1-1-121113be554f@imgtec.com Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Diffstat (limited to 'Documentation/console/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions