summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index b8778024..99f49aa8 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -357,7 +357,9 @@ struct mm_gk20a {
357 357
358 358
359 struct mutex l2_op_lock; 359 struct mutex l2_op_lock;
360 360#ifdef CONFIG_ARCH_TEGRA_18x_SOC
361 struct mem_desc bar2_desc;
362#endif
361 void (*remove_support)(struct mm_gk20a *mm); 363 void (*remove_support)(struct mm_gk20a *mm);
362 bool sw_ready; 364 bool sw_ready;
363 int physical_bits; 365 int physical_bits;