summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index d5a6e422..1ab65836 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -91,6 +91,7 @@ int gm20b_init_hal(struct gk20a *g)
91 struct nvgpu_gpu_characteristics *c = &g->gpu_characteristics; 91 struct nvgpu_gpu_characteristics *c = &g->gpu_characteristics;
92 92
93 *gops = gm20b_ops; 93 *gops = gm20b_ops;
94 gops->securegpccs = false;
94#ifdef CONFIG_TEGRA_ACR 95#ifdef CONFIG_TEGRA_ACR
95 if (tegra_platform_is_linsim()) { 96 if (tegra_platform_is_linsim()) {
96 gops->privsecurity = 1; 97 gops->privsecurity = 1;