voodoo: reduce FIFO thread wake frequency to avoid performance stalls

This commit is contained in:
AITUS95
2025-11-26 14:04:24 +01:00
committed by GitHub
parent eaaf934529
commit 961131201e

View File

@@ -60,7 +60,7 @@ voodoo_fifo_log(const char *fmt, ...)
# define voodoo_fifo_log(fmt, ...)
#endif
#define WAKE_DELAY (TIMER_USEC * 100)
#define WAKE_DELAY (TIMER_USEC * 1000)
void
voodoo_wake_fifo_thread(voodoo_t *voodoo)
{