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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 9e373d8e..7bbaf283 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -318,6 +318,9 @@ struct mm_gk20a {
318 struct mem_desc inst_block; 318 struct mem_desc inst_block;
319 } hwpm; 319 } hwpm;
320 320
321 struct {
322 struct vm_gk20a vm;
323 } cde;
321 324
322 struct mutex l2_op_lock; 325 struct mutex l2_op_lock;
323#ifdef CONFIG_ARCH_TEGRA_18x_SOC 326#ifdef CONFIG_ARCH_TEGRA_18x_SOC