From 1f71f475e25fe786ec76d76a986aac8afec51b01 Mon Sep 17 00:00:00 2001 From: David Nieto Date: Wed, 27 Dec 2017 14:28:29 -0800 Subject: DNI: gpu: nvgpu: Increase GV100 ctxsw timeouts During bringup and before nvlink is up GV100 on the DDPX platform operates with a very, very slow sysmem link. In order to get sysmem test to pass it is neccesary to significantly increase most timeouts by an order the magnitude. Bug 2040544 Change-Id: I26858afde4ae80c70f86b47cfff674b6b00b5bf8 Signed-off-by: David Nieto Reviewed-on: https://git-master.nvidia.com/r/1627417 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv11b/fifo_gv11b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gv11b/fifo_gv11b.c') diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c index d90c622d..4fd90c0d 100644 --- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c @@ -1287,7 +1287,7 @@ static const char *const gv11b_sched_error_str[] = { "rl_ack_extra", "rl_rdat_timeout", "rl_rdat_extra", - "xxx-a", + "eng_ctxsw_timeout", "xxx-b", "rl_req_timeout", "new_runlist", -- cgit v1.2.2