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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 5bf1e02d..7c836b3c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -966,6 +966,11 @@ struct gk20a {
966 struct nvgpu_dbg_gpu_reg_op *dbg_regops_tmp_buf; 966 struct nvgpu_dbg_gpu_reg_op *dbg_regops_tmp_buf;
967 u32 dbg_regops_tmp_buf_ops; 967 u32 dbg_regops_tmp_buf_ops;
968 968
969 /* For profiler reservations */
970 struct list_head profiler_objects;
971 bool global_profiler_reservation_held;
972 int profiler_reservation_count;
973
969 void (*remove_support)(struct device *); 974 void (*remove_support)(struct device *);
970 975
971 u64 pg_ingating_time_us; 976 u64 pg_ingating_time_us;