summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index e4dd6a63..8346de59 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -280,7 +280,7 @@ static void gv11b_dump_channel_status_ramfc(struct gk20a *g,
280 if (hw_sema) 280 if (hw_sema)
281 gk20a_debug_output(o, "SEMA STATE: value: 0x%08x " 281 gk20a_debug_output(o, "SEMA STATE: value: 0x%08x "
282 "next_val: 0x%08x addr: 0x%010llx\n", 282 "next_val: 0x%08x addr: 0x%010llx\n",
283 readl(hw_sema->value), 283 __nvgpu_semaphore_read(hw_sema),
284 atomic_read(&hw_sema->next_value), 284 atomic_read(&hw_sema->next_value),
285 nvgpu_hw_sema_addr(hw_sema)); 285 nvgpu_hw_sema_addr(hw_sema));
286 gk20a_debug_output(o, "\n"); 286 gk20a_debug_output(o, "\n");