summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2015-09-29 06:46:58 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-10-07 18:02:57 -0400
commit21508ec801ca32b58b48fe2fba039bfcb37ed206 (patch)
treec7e49ac5408371ec9dbc4eac7d18219ca7589ab0 /drivers/gpu/nvgpu/Kconfig
parent8e000cc7bc3934df07b49c01d2dd7fae2d8ebf78 (diff)
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 <dnibade@nvidia.com> Reviewed-on: http://git-master/r/810958 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig')
-rw-r--r--drivers/gpu/nvgpu/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
8config GK20A_DEFAULT_TIMEOUT 8config GK20A_DEFAULT_TIMEOUT
9 depends on GK20A 9 depends on GK20A
10 int "Default timeout for submits" 10 int "Default timeout for submits"
11 default 5000 11 default 3000
12 help 12 help
13 Default timeout for jobs in milliseconds. Set to zero for no timeout. 13 Default timeout for jobs in milliseconds. Set to zero for no timeout.
14 14