summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.c b/drivers/gpu/nvgpu/vgpu/vgpu.c
index 7e012fb0..248d2a1b 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.c
@@ -242,6 +242,8 @@ static void vgpu_init_vars(struct gk20a *g, struct gk20a_platform *platform)
242 g->aggressive_sync_destroy_thresh = platform->aggressive_sync_destroy_thresh; 242 g->aggressive_sync_destroy_thresh = platform->aggressive_sync_destroy_thresh;
243 g->has_syncpoints = platform->has_syncpoints; 243 g->has_syncpoints = platform->has_syncpoints;
244 g->ptimer_src_freq = platform->ptimer_src_freq; 244 g->ptimer_src_freq = platform->ptimer_src_freq;
245 g->can_railgate = platform->can_railgate_init;
246 g->railgate_delay = platform->railgate_delay_init;
245} 247}
246 248
247static int vgpu_init_support(struct platform_device *pdev) 249static int vgpu_init_support(struct platform_device *pdev)