summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index ee528c31..5e49edb8 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -374,6 +374,10 @@ struct gr_gk20a {
374#ifdef CONFIG_ARCH_TEGRA_18x_SOC 374#ifdef CONFIG_ARCH_TEGRA_18x_SOC
375 struct gr_t18x t18x; 375 struct gr_t18x t18x;
376#endif 376#endif
377#ifdef CONFIG_TEGRA_19x_GPU
378 struct gr_t19x t19x;
379#endif
380
377 u32 fbp_en_mask; 381 u32 fbp_en_mask;
378 u32 *fbp_rop_l2_en_mask; 382 u32 *fbp_rop_l2_en_mask;
379 u32 no_of_sm; 383 u32 no_of_sm;