summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 4fa8b76f..bfb8b204 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1023,7 +1023,7 @@ struct gk20a {
1023 u32 dbg_regops_tmp_buf_ops; 1023 u32 dbg_regops_tmp_buf_ops;
1024 1024
1025 /* For profiler reservations */ 1025 /* For profiler reservations */
1026 struct list_head profiler_objects; 1026 struct nvgpu_list_node profiler_objects;
1027 bool global_profiler_reservation_held; 1027 bool global_profiler_reservation_held;
1028 int profiler_reservation_count; 1028 int profiler_reservation_count;
1029 1029