summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
authorNaveen Kumar S <nkumars@nvidia.com>2015-01-12 04:41:34 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 21:07:26 -0400
commit51b299c7dded7841ee83a6ca2bf1b6396db34920 (patch)
treefab7cf7cde3a3a9e9b5eb1845d14d739dce71ec5 /drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
parentc7a3903fd0df0c480f1883c3929bf82c74dc0f45 (diff)
gpu: nvgpu: reduce message severity to info
Shader informs user about context switch wait time. This doesn't affect any functionality. Hence changing print to info. bug 200015967 Change-Id: I7fbb562e43ee6ec1bc8ac01a51d3c9f19d5cb4cf Signed-off-by: Naveen Kumar S <nkumars@nvidia.com> Reviewed-on: http://git-master/r/662657 (cherry picked from commit 3a4d2022369f4bfc1701d6543226e01d7f6f8e0d) Reviewed-on: http://git-master/r/671534 Reviewed-by: Venkat Moganty <vmoganty@nvidia.com> Tested-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index 2740129f..f50277f3 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1387,7 +1387,7 @@ static bool gk20a_fifo_handle_sched_error(struct gk20a *g)
1387 gk20a_fifo_recover(g, BIT(engine_id), 1387 gk20a_fifo_recover(g, BIT(engine_id),
1388 ch->timeout_debug_dump); 1388 ch->timeout_debug_dump);
1389 } else { 1389 } else {
1390 gk20a_warn(dev_from_gk20a(g), 1390 gk20a_dbg_info(
1391 "fifo is waiting for ctx switch for %d ms," 1391 "fifo is waiting for ctx switch for %d ms,"
1392 "ch = %d\n", 1392 "ch = %d\n",
1393 ch->timeout_accumulated_ms, 1393 ch->timeout_accumulated_ms,