mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
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:
committed by
Dan Willemsen
parent
da39577432
commit
42e6b2f451
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user