Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

imx233: increase irq storm threshold

On heavy storage operations (like database update), the ssp dma
irq can be fired around ~10000/sec.

Change-Id: I0e33df6258e051abd4fe110a0f408a19671cd8ad

+1 -1
+1 -1
firmware/target/arm/imx233/icoll-imx233.c
··· 105 105 }; 106 106 107 107 #define IRQ_STORM_DELAY 100 /* ms */ 108 - #define IRQ_STORM_THRESHOLD 10000 /* allows irq / delay */ 108 + #define IRQ_STORM_THRESHOLD 100000 /* allows irq / delay */ 109 109 110 110 static uint32_t irq_count_old[INT_SRC_NR_SOURCES]; 111 111 static uint32_t irq_count[INT_SRC_NR_SOURCES];