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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 6cabe526..5dfaac5f 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -295,6 +295,7 @@ struct gr_gk20a {
295#ifdef CONFIG_ARCH_TEGRA_18x_SOC 295#ifdef CONFIG_ARCH_TEGRA_18x_SOC
296 struct gr_t18x t18x; 296 struct gr_t18x t18x;
297#endif 297#endif
298 u32 fbp_en_mask;
298 u32 no_of_sm; 299 u32 no_of_sm;
299 struct sm_info *sm_to_cluster; 300 struct sm_info *sm_to_cluster;
300}; 301};