summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaveen Kumar S <nkumars@nvidia.com>2014-12-11 17:25:46 +0530
committerMatthew Pedro <mapedro@nvidia.com>2015-01-08 13:57:28 -0800
commit3a4d2022369f4bfc1701d6543226e01d7f6f8e0d (patch)
tree46a4636ff4b78344090c5bb5cc94c3b3324f07c2
parent80266b4b2f34e561c75b350252214ca20cf591fa (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 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Matthew Pedro <mapedro@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
-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 c1a04ce4f078..f4d9a2d7bdfe 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1298,7 +1298,7 @@ static bool gk20a_fifo_handle_sched_error(struct gk20a *g)
gk20a_fifo_recover(g, BIT(engine_id),
ch->timeout_debug_dump);
} else {
- gk20a_warn(dev_from_gk20a(g),
+ gk20a_dbg_info(
"fifo is waiting for ctx switch for %d ms,"
"ch = %d\n",
ch->timeout_accumulated_ms,