summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 1b7191db..7cfb3c24 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -1575,13 +1575,6 @@ static int gk20a_submit_channel_gpfifo(struct channel_gk20a *c,
1575 incr_cmd->gp_put = c->gpfifo.put; 1575 incr_cmd->gp_put = c->gpfifo.put;
1576 } 1576 }
1577 1577
1578 /* Invalidate tlb if it's dirty... */
1579 /* TBD: this should be done in the cmd stream, not with PRIs. */
1580 /* We don't know what context is currently running... */
1581 /* Note also: there can be more than one context associated with the */
1582 /* address space (vm). */
1583 gk20a_mm_tlb_invalidate(c->vm);
1584
1585 trace_gk20a_channel_submitted_gpfifo(c->g->dev->name, 1578 trace_gk20a_channel_submitted_gpfifo(c->g->dev->name,
1586 c->hw_chid, 1579 c->hw_chid,
1587 num_entries, 1580 num_entries,