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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.c b/drivers/gpu/nvgpu/vgpu/vgpu.c
index a98006f2..0f1fa814 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.c
@@ -241,6 +241,7 @@ static void vgpu_init_vars(struct gk20a *g, struct gk20a_platform *platform)
241 g->aggressive_sync_destroy = platform->aggressive_sync_destroy; 241 g->aggressive_sync_destroy = platform->aggressive_sync_destroy;
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} 245}
245 246
246static int vgpu_init_support(struct platform_device *pdev) 247static int vgpu_init_support(struct platform_device *pdev)