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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
index e4865180..6cd173e8 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
@@ -1124,12 +1124,12 @@ struct pmu_pg_stats {
1124struct pmu_gk20a { 1124struct pmu_gk20a {
1125 1125
1126 struct pmu_ucode_desc *desc; 1126 struct pmu_ucode_desc *desc;
1127 struct pmu_mem_desc ucode; 1127 struct mem_desc ucode;
1128 1128
1129 struct pmu_mem_desc pg_buf; 1129 struct mem_desc pg_buf;
1130 /* TBD: remove this if ZBC seq is fixed */ 1130 /* TBD: remove this if ZBC seq is fixed */
1131 struct pmu_mem_desc seq_buf; 1131 struct mem_desc seq_buf;
1132 struct pmu_mem_desc trace_buf; 1132 struct mem_desc trace_buf;
1133 bool buf_loaded; 1133 bool buf_loaded;
1134 1134
1135 struct pmu_sha1_gid gid_info; 1135 struct pmu_sha1_gid gid_info;