summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/debug_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/debug_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
index 7e7c9cb8..5724be72 100644
--- a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
@@ -87,7 +87,7 @@ static void gk20a_debug_dump_all_channel_status_ramfc(struct gk20a *g,
87 87
88 ch_state[chid]->pid = ch->pid; 88 ch_state[chid]->pid = ch->pid;
89 ch_state[chid]->refs = atomic_read(&ch->ref_count); 89 ch_state[chid]->refs = atomic_read(&ch->ref_count);
90 gk20a_mem_rd_n(g, &ch->inst_block, 0, 90 nvgpu_mem_rd_n(g, &ch->inst_block, 0,
91 &ch_state[chid]->inst_block[0], 91 &ch_state[chid]->inst_block[0],
92 ram_in_alloc_size_v()); 92 ram_in_alloc_size_v());
93 gk20a_channel_put(ch); 93 gk20a_channel_put(ch);