summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
index dfbc1ae0..9d17aa86 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
@@ -584,6 +584,11 @@ struct gk20a_platform gk20a_tegra_platform = {
584 584
585struct gk20a_platform gm20b_tegra_platform = { 585struct gk20a_platform gm20b_tegra_platform = {
586 .has_syncpoints = true, 586 .has_syncpoints = true,
587 /*
588 * Enable aggressive reclaiming of sync point, becuase we have
589 * fewer sync points than channels
590 */
591 .sync_aggressive_destroy = true,
587 592
588 /* power management configuration */ 593 /* power management configuration */
589 .railgate_delay = 500, 594 .railgate_delay = 500,