summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/driver_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/driver_common.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/driver_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/driver_common.c b/drivers/gpu/nvgpu/common/linux/driver_common.c
index 66078a85..b3333e37 100644
--- a/drivers/gpu/nvgpu/common/linux/driver_common.c
+++ b/drivers/gpu/nvgpu/common/linux/driver_common.c
@@ -148,7 +148,9 @@ static void nvgpu_init_pm_vars(struct gk20a *g)
148 g->aggressive_sync_destroy = platform->aggressive_sync_destroy; 148 g->aggressive_sync_destroy = platform->aggressive_sync_destroy;
149 g->aggressive_sync_destroy_thresh = platform->aggressive_sync_destroy_thresh; 149 g->aggressive_sync_destroy_thresh = platform->aggressive_sync_destroy_thresh;
150 g->has_syncpoints = platform->has_syncpoints; 150 g->has_syncpoints = platform->has_syncpoints;
151#ifdef CONFIG_NVGPU_SUPPORT_CDE
151 g->has_cde = platform->has_cde; 152 g->has_cde = platform->has_cde;
153#endif
152 g->ptimer_src_freq = platform->ptimer_src_freq; 154 g->ptimer_src_freq = platform->ptimer_src_freq;
153 g->support_pmu = support_gk20a_pmu(dev_from_gk20a(g)); 155 g->support_pmu = support_gk20a_pmu(dev_from_gk20a(g));
154 g->can_railgate = platform->can_railgate_init; 156 g->can_railgate = platform->can_railgate_init;