summaryrefslogtreecommitdiff
path: root/rust/helpers/mutex.c
diff options
context:
space:
mode:
authorLuiz Otavio Mello <luiz.mello@estudante.ufscar.br>2025-09-08 09:15:10 -0400
committerRodrigo Vivi <rodrigo.vivi@intel.com>2025-09-09 10:34:25 -0400
commit793d31671bdf583c876ac9fa9948bb231c689036 (patch)
treec02ec4fdefcb6abcb130b509d52bc8df472a3460 /rust/helpers/mutex.c
parent86a9fe82e9b1f43e6d2bc867bf96bb40660d8719 (diff)
drm/i915: Remove struct_mutex in i915_irq.c
Remove struct_mutex from ivb_parity_work() function. The ivb_parity_work runs in a workqueue so it cannot race with itself. Also, it is not protecting anything with the other remaining usage of struct_mutex. Signed-off-by: Luiz Otavio Mello <luiz.mello@estudante.ufscar.br> Suggested-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://lore.kernel.org/r/20250908131518.36625-3-luiz.mello@estudante.ufscar.br Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'rust/helpers/mutex.c')
0 files changed, 0 insertions, 0 deletions