From 59d2c753a0e8a2e93d23ca415eb00fc81e068e78 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Tue, 4 Apr 2017 13:28:12 -0700 Subject: 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 Reviewed-on: http://git-master/r/1455081 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/channel_gk20a.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a') 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) { unsigned int chid; - gk20a_dbg_fn(""); for (chid = 0; chid < g->fifo.num_channels; chid++) { struct channel_gk20a *ch = &g->fifo.channel[chid]; -- cgit v1.2.2