From 42e6b2f4512ce4481f2e5fd82e375e256173528e Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 12 Mar 2015 14:07:53 -0700 Subject: 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 Reviewed-on: http://git-master/r/717042 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Seshendra Gadagottu --- drivers/gpu/nvgpu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu') diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig index 5ebb96e3..e0b433c1 100644 --- a/drivers/gpu/nvgpu/Kconfig +++ b/drivers/gpu/nvgpu/Kconfig @@ -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. -- cgit v1.2.2