summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_vgpu_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_vgpu_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_vgpu_tegra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_vgpu_tegra.c b/drivers/gpu/nvgpu/gk20a/platform_vgpu_tegra.c
index b260b3ac..dc898226 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_vgpu_tegra.c
+++ b/drivers/gpu/nvgpu/gk20a/platform_vgpu_tegra.c
@@ -49,6 +49,7 @@ static int gk20a_tegra_probe(struct device *dev)
49 49
50struct gk20a_platform vgpu_tegra_platform = { 50struct gk20a_platform vgpu_tegra_platform = {
51 .has_syncpoints = true, 51 .has_syncpoints = true,
52 .aggressive_sync_destroy_thresh = 64,
52 53
53 /* power management configuration */ 54 /* power management configuration */
54 .can_railgate = false, 55 .can_railgate = false,