1
0
Fork 0

drm/sched: struct completion requires linux/completion.h inclusion

Fixes: 83a7772ba2 ("drm/sched: Use completion to wait for sched->thread idle v2.")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
alistair/sunxi64-5.5-dsi
Stephen Rothwell 2019-11-08 16:31:10 +11:00 committed by Alex Deucher
parent a28fda312a
commit dc10218da8
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <drm/spsc_queue.h>
#include <linux/dma-fence.h>
#include <linux/completion.h>
#define MAX_WAIT_SCHED_ENTITY_Q_EMPTY msecs_to_jiffies(1000)