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 8f328696..e44ee631 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -91,6 +91,9 @@ struct gr_ctx_desc {
91#ifdef CONFIG_ARCH_TEGRA_18x_SOC 91#ifdef CONFIG_ARCH_TEGRA_18x_SOC
92 struct gr_ctx_desc_t18x t18x; 92 struct gr_ctx_desc_t18x t18x;
93#endif 93#endif
94#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
95 u64 virt_ctx;
96#endif
94}; 97};
95 98
96#define NVGPU_GR_PREEMPTION_MODE_WFI 0 99#define NVGPU_GR_PREEMPTION_MODE_WFI 0