mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
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>
This commit is contained in:
committed by
Terje Bergstrom
parent
8e000cc7bc
commit
21508ec801
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user