summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
index 488558fe..e7a839d4 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
@@ -1053,23 +1053,6 @@ struct pmu_gk20a {
1053 bool perfmon_sampling_enabled; 1053 bool perfmon_sampling_enabled;
1054}; 1054};
1055 1055
1056struct gk20a_pmu_save_state {
1057 struct pmu_sequence *seq;
1058 u32 next_seq_desc;
1059 struct pmu_mutex *mutex;
1060 u32 mutex_cnt;
1061 struct pmu_ucode_desc *desc;
1062 struct pmu_mem_desc ucode;
1063 struct pmu_mem_desc seq_buf;
1064 struct pmu_mem_desc pg_buf;
1065 struct delayed_work elpg_enable;
1066 wait_queue_head_t pg_wq;
1067 bool sw_ready;
1068 struct work_struct pg_init;
1069 unsigned long perfmon_events_cnt;
1070 bool perfmon_sampling_enabled;
1071};
1072
1073int gk20a_init_pmu_support(struct gk20a *g); 1056int gk20a_init_pmu_support(struct gk20a *g);
1074int gk20a_init_pmu_setup_hw2(struct gk20a *g); 1057int gk20a_init_pmu_setup_hw2(struct gk20a *g);
1075 1058