summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
index db30fff2..127a8ce9 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
@@ -667,6 +667,7 @@ void gk20a_tegra_idle(struct device *dev)
667void gk20a_tegra_init_secure_alloc(struct gk20a *g) 667void gk20a_tegra_init_secure_alloc(struct gk20a *g)
668{ 668{
669 g->ops.secure_alloc = gk20a_tegra_secure_alloc; 669 g->ops.secure_alloc = gk20a_tegra_secure_alloc;
670 __nvgpu_set_enabled(g, NVGPU_SUPPORT_VPR, true);
670} 671}
671 672
672#ifdef CONFIG_COMMON_CLK 673#ifdef CONFIG_COMMON_CLK