summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
index 0542086c..ab98cbde 100644
--- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * GK20A Tegra Platform Interface 4 * GK20A Tegra Platform Interface
5 * 5 *
6 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 6 * Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify it 8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License, 9 * under the terms and conditions of the GNU General Public License,
@@ -99,4 +99,6 @@ struct gk20a_platform t18x_gpu_tegra_platform = {
99 .dump_platform_dependencies = gk20a_tegra_debug_dump, 99 .dump_platform_dependencies = gk20a_tegra_debug_dump,
100 100
101 .default_big_page_size = SZ_64K, 101 .default_big_page_size = SZ_64K,
102
103 .has_cde = true,
102}; 104};