summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorMaarten Lankhorst <dev@lankhorst.se>2026-06-02 08:45:15 +0800
committerMaarten Lankhorst <dev@lankhorst.se>2026-06-02 14:32:18 +0200
commit9cc47acc2f6ec74869e4be3ab59fe662cec887c3 (patch)
tree2538626d214d68f7954478e5fa0a393488f60374 /tools/perf/scripts/python/event_analyzing_sample.py
parent3f2596e38d1921a6ab9faa061b6d83eb41661871 (diff)
drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
The LPE audio interrupt comes from the i915 interrupt handler. It should be in irq disabled context. With PREEMPT_RT enabled, the IRQ handler is threaded. Because intel_lpe_audio_irq_handler() may be called in threaded IRQ context, generic_handle_irq_safe API disables the interrupts before calling LPE's interrupt top half handler. This fixes braswell audio issues with RT enabled. Reviewed-by: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Uma Shankar <uma.shankar@intel.com> Signed-off-by: Runyu Xiao <runyu.xiao@seu.edu.cn> Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Link: https://patch.msgid.link/20260602004515.1907422-1-runyu.xiao@seu.edu.cn Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions