summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
index 58b55d4b..efecb1e3 100644
--- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
@@ -26,6 +26,7 @@
26#include <linux/tegra_pm_domains.h> 26#include <linux/tegra_pm_domains.h>
27#include "gk20a/platform_gk20a.h" 27#include "gk20a/platform_gk20a.h"
28#include "gk20a/gk20a.h" 28#include "gk20a/gk20a.h"
29#include "platform_tegra.h"
29 30
30static int gp10b_tegra_probe(struct platform_device *pdev) 31static int gp10b_tegra_probe(struct platform_device *pdev)
31{ 32{
@@ -103,4 +104,7 @@ struct gk20a_platform t18x_gpu_tegra_platform = {
103 .default_big_page_size = SZ_64K, 104 .default_big_page_size = SZ_64K,
104 105
105 .has_cde = true, 106 .has_cde = true,
107
108 .secure_alloc = gk20a_tegra_secure_alloc,
109 .secure_page_alloc = gk20a_tegra_secure_page_alloc,
106}; 110};