diff options
author | Karol Wachowski <[email protected]> | 2023-10-24 18:19:52 +0200 |
---|---|---|
committer | Stanislaw Gruszka <[email protected]> | 2023-10-26 07:43:28 +0200 |
commit | b132ac51d7a50c37683be56c96ff64f8c887930f (patch) | |
tree | e45197b53c5f75f596bc2444f0fb5b9995b9eeee /rust/kernel/error.rs | |
parent | 4e6c38c38723a954b85aa9ee62603bb4a37acbb4 (diff) |
accel/ivpu/37xx: Fix missing VPUIP interrupts
Move sequence of masking and unmasking global interrupts from buttress
interrupt handler to generic one that handles both VPUIP and BTRS
interrupts. Unmasking global interrupts will re-trigger MSI for any
pending interrupts.
Lack of this sequence will cause the driver to miss any
VPUIP interrupt that comes after reading VPU_37XX_HOST_SS_ICB_STATUS_0
and before clearing all active interrupt sources.
Fixes: 35b137630f08 ("accel/ivpu: Introduce a new DRM driver for Intel VPU")
Cc: [email protected]
Signed-off-by: Karol Wachowski <[email protected]>
Reviewed-by: Stanislaw Gruszka <[email protected]>
Signed-off-by: Stanislaw Gruszka <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'rust/kernel/error.rs')
0 files changed, 0 insertions, 0 deletions