summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c b/drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c
index 4589b83e..4235788b 100644
--- a/drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c
@@ -628,8 +628,8 @@ static int gk20a_fecs_trace_bind_channel(struct gk20a *g,
628 u32 aperture; 628 u32 aperture;
629 629
630 gk20a_dbg(gpu_dbg_fn|gpu_dbg_ctxsw, 630 gk20a_dbg(gpu_dbg_fn|gpu_dbg_ctxsw,
631 "hw_chid=%d context_ptr=%x inst_block=%llx", 631 "chid=%d context_ptr=%x inst_block=%llx",
632 ch->hw_chid, context_ptr, 632 ch->chid, context_ptr,
633 gk20a_mm_inst_block_addr(g, &ch->inst_block)); 633 gk20a_mm_inst_block_addr(g, &ch->inst_block));
634 634
635 if (!trace) 635 if (!trace)