projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28fda3
)
drm/sched: struct completion requires linux/completion.h inclusion
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 8 Nov 2019 05:31:10 +0000
(16:31 +1100)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 8 Nov 2019 17:29:52 +0000
(12:29 -0500)
Fixes: 83a7772ba223 ("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>
include/drm/gpu_scheduler.h
patch
|
blob
|
history
diff --git
a/include/drm/gpu_scheduler.h
b/include/drm/gpu_scheduler.h
index 6619d2ac6fa37e46cfc3520326c6333ccd2dac59..684692a8ed76c82b760f2a0a51c8a9b3412a8b58 100644
(file)
--- a/
include/drm/gpu_scheduler.h
+++ b/
include/drm/gpu_scheduler.h
@@
-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)