aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/tests/fpga-mgr-test.c
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2025-08-29 02:16:32 +0000
committerDanilo Krummrich <[email protected]>2025-08-29 16:36:23 +0000
commit0ef5c4e4dbbfcebaa9b2eca18097b43016727dfe (patch)
treec6d8916a638f34af4ff18d6675e112687c561d74 /drivers/fpga/tests/fpga-mgr-test.c
parentRevert "drm/tegra: Use dma_buf from GEM object instance" (diff)
downloadkernel-0ef5c4e4dbbfcebaa9b2eca18097b43016727dfe.tar.gz
kernel-0ef5c4e4dbbfcebaa9b2eca18097b43016727dfe.zip
nouveau: fix disabling the nonstall irq due to storm code
Nouveau has code that when it gets an IRQ with no allowed handler it disables it to avoid storms. However with nonstall interrupts, we often disable them from the drm driver, but still request their emission via the push submission. Just don't disable nonstall irqs ever in normal operation, the event handling code will filter them out, and the driver will just enable/disable them at load time. This fixes timeouts we've been seeing on/off for a long time, but they became a lot more noticeable on Blackwell. This doesn't fix all of them, there is a subsequent fence emission fix to fix the last few. Fixes: 3ebd64aa3c4f ("drm/nouveau/intr: support multiple trees, and explicit interfaces") Cc: [email protected] Signed-off-by: Dave Airlie <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Fix a typo and a minor checkpatch.pl warning; remove "v2" from commit subject. - Danilo ] Signed-off-by: Danilo Krummrich <[email protected]>
Diffstat (limited to 'drivers/fpga/tests/fpga-mgr-test.c')
0 files changed, 0 insertions, 0 deletions