summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index b2cca072..1a9bee5f 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -376,6 +376,11 @@ struct mm_gk20a {
376#ifdef CONFIG_ARCH_TEGRA_18x_SOC 376#ifdef CONFIG_ARCH_TEGRA_18x_SOC
377 struct mem_desc bar2_desc; 377 struct mem_desc bar2_desc;
378#endif 378#endif
379 /*
380 * Separate function to cleanup the CE since it requires a channel to
381 * be closed which must happen before fifo cleanup.
382 */
383 void (*remove_ce_support)(struct mm_gk20a *mm);
379 void (*remove_support)(struct mm_gk20a *mm); 384 void (*remove_support)(struct mm_gk20a *mm);
380 bool sw_ready; 385 bool sw_ready;
381 int physical_bits; 386 int physical_bits;