summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJussi Rasanen <jrasanen@nvidia.com>2015-01-13 04:36:49 -0500
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:03 -0500
commit1214aabe95a7b19689f7dd732ce544cae6f837fe (patch)
tree1d0ce464f193e41df986f363d830381c2f0b637d
parent99d41c05f5f724f960e5b0320cdadac356750e9c (diff)
gpu: nvgpu: enable CDE for t18x
Mark CDE as supported on t18x. Change-Id: I03c23178712b9018137edddfa8e1ff3a2ad9106c Signed-off-by: Jussi Rasanen <jrasanen@nvidia.com> Reviewed-on: http://git-master/r/672384 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Konsta Holtta <kholtta@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
-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};