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.c2
1 files changed, 2 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 219dcd40..952a7ed1 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
@@ -948,7 +948,9 @@ struct gk20a_platform gm20b_tegra_platform = {
948 948
949 .dump_platform_dependencies = gk20a_tegra_debug_dump, 949 .dump_platform_dependencies = gk20a_tegra_debug_dump,
950 950
951#ifdef CONFIG_NVGPU_SUPPORT_CDE
951 .has_cde = true, 952 .has_cde = true,
953#endif
952 954
953 .soc_name = "tegra21x", 955 .soc_name = "tegra21x",
954 956