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 9dfab370..ace05c07 100644
--- a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
@@ -104,7 +104,7 @@ static void gk20a_debug_show_channel(struct gk20a *g,
104 u32 syncpointa, syncpointb; 104 u32 syncpointa, syncpointb;
105 void *inst_ptr; 105 void *inst_ptr;
106 106
107 inst_ptr = ch->inst_block.cpuva; 107 inst_ptr = ch->inst_block.cpu_va;
108 if (!inst_ptr) 108 if (!inst_ptr)
109 return; 109 return;
110 110