aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2021-10-25 12:37:36 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-11-01 15:11:24 +0000
commitbb17527d86cececba9c15f072fb5a4ab76aae0ba (patch)
tree1176a203d62243d15ff65f3a944f1c290c7f45d3
parent6d80c42364d58f9aac6e97b8bf057dfb44b2921b (diff)
downloadethos-u-linux-driver-stack-bb17527d86cececba9c15f072fb5a4ab76aae0ba.tar.gz
Increase message timeout
Bump the hardcoded timeout value to allow for userspaces process to be scheduled and receive the response from the capabilities request. Change-Id: Ia2c8a0554870cf8470a2bb40bf8ed450c10f8446
-rw-r--r--kernel/ethosu_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ethosu_device.c b/kernel/ethosu_device.c
index 13c30f6..e6f1e80 100644
--- a/kernel/ethosu_device.c
+++ b/kernel/ethosu_device.c
@@ -46,7 +46,7 @@
#define DMA_ADDR_BITS 32 /* Number of address bits */
-#define CAPABILITIES_RESP_TIMEOUT_MS 100
+#define CAPABILITIES_RESP_TIMEOUT_MS 2000
/****************************************************************************
* Types