summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-04-04 16:28:12 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-16 20:54:20 -0400
commit59d2c753a0e8a2e93d23ca415eb00fc81e068e78 (patch)
treea3971446011d6dfb75c7db4677d9d9d7040ed9b2 /drivers
parentf927fcd9451d2d2e053a84c4807a5de1ee64cb47 (diff)
gpu: nvgpu: remove *channel_poll_timeouts* debug print
uart is littered with gk20a_channel_poll_timeouts prints if nvgpu_dbg_mask has gpu_dbg_fn bit set. This function is looping every living kernel so removing this print in order to not keep uart busy printing it. Change-Id: I0a02f32140573ee088e46bf6869bff7ffcb1a429 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1455081 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 3cfb9914..97bd1889 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -1653,7 +1653,6 @@ static void gk20a_channel_poll_timeouts(struct gk20a *g)
1653{ 1653{
1654 unsigned int chid; 1654 unsigned int chid;
1655 1655
1656 gk20a_dbg_fn("");
1657 1656
1658 for (chid = 0; chid < g->fifo.num_channels; chid++) { 1657 for (chid = 0; chid < g->fifo.num_channels; chid++) {
1659 struct channel_gk20a *ch = &g->fifo.channel[chid]; 1658 struct channel_gk20a *ch = &g->fifo.channel[chid];