summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
index fd3c3e2c..c90277e7 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
@@ -409,7 +409,9 @@ struct gk20a_platform gp10b_tegra_platform = {
409 409
410 .dump_platform_dependencies = gk20a_tegra_debug_dump, 410 .dump_platform_dependencies = gk20a_tegra_debug_dump,
411 411
412#ifdef CONFIG_NVGPU_SUPPORT_CDE
412 .has_cde = true, 413 .has_cde = true,
414#endif
413 415
414 .clk_round_rate = gp10b_round_clk_rate, 416 .clk_round_rate = gp10b_round_clk_rate,
415 .get_clk_freqs = gp10b_clk_get_freqs, 417 .get_clk_freqs = gp10b_clk_get_freqs,