From 21508ec801ca32b58b48fe2fba039bfcb37ed206 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Tue, 29 Sep 2015 16:16:58 +0530 Subject: gpu: nvgpu: set default channel timeout to 3s We have another constant timeout of 5s for channel watchdog. Hence drop default channel timeout (used for SCHED errors) to 3s so that they both don't conflict with each other Bug 200133289 Change-Id: Ieed675cad462119ff2f1a155a955c8a22cb6c6f8 Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/810958 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/Kconfig') diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig index e0b433c1..00fd3b08 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 5000 + default 3000 help Default timeout for jobs in milliseconds. Set to zero for no timeout. -- cgit v1.2.2