summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/css_gr_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/css_gr_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/css_gr_gv11b.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/css_gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/css_gr_gv11b.c
index bb7c37bd..b4e2cb79 100644
--- a/drivers/gpu/nvgpu/gv11b/css_gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/css_gr_gv11b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GV11B Cycle stats snapshots support 2 * GV11B Cycle stats snapshots support
3 * 3 *
4 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -148,7 +148,7 @@ int gv11b_css_hw_enable_snapshot(struct channel_gk20a *ch,
148 perf_pmasys_mem_block_target_lfb_f())); 148 perf_pmasys_mem_block_target_lfb_f()));
149 149
150 150
151 gk20a_dbg_info("cyclestats: buffer for hardware snapshots enabled\n"); 151 nvgpu_log_info(g, "cyclestats: buffer for hardware snapshots enabled\n");
152 152
153 return 0; 153 return 0;
154 154
@@ -186,7 +186,7 @@ void gv11b_css_hw_disable_snapshot(struct gr_gk20a *gr)
186 memset(&data->hw_memdesc, 0, sizeof(data->hw_memdesc)); 186 memset(&data->hw_memdesc, 0, sizeof(data->hw_memdesc));
187 data->hw_snapshot = NULL; 187 data->hw_snapshot = NULL;
188 188
189 gk20a_dbg_info("cyclestats: buffer for hardware snapshots disabled\n"); 189 nvgpu_log_info(g, "cyclestats: buffer for hardware snapshots disabled\n");
190} 190}
191 191
192int gv11b_css_hw_check_data_available(struct channel_gk20a *ch, u32 *pending, 192int gv11b_css_hw_check_data_available(struct channel_gk20a *ch, u32 *pending,