gpu: nvgpu: Set default timeout to 5s

10s is a too long timeout. Set it to 5s.

Change-Id: I7093a8ee5bb27828f27cd06a5b3899a4f2df6280
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/717042
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
This commit is contained in:
Terje Bergstrom
2015-03-12 14:07:53 -07:00
committed by Dan Willemsen
parent da39577432
commit 42e6b2f451

View File

@@ -8,7 +8,7 @@ config GK20A
config GK20A_DEFAULT_TIMEOUT
depends on GK20A
int "Default timeout for submits"
default 10000
default 5000
help
Default timeout for jobs in milliseconds. Set to zero for no timeout.