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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
index 819c50a4..90ba54ea 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
@@ -847,6 +847,7 @@ static int gk20a_clk_get_freqs(struct device *dev,
847 847
848struct gk20a_platform gk20a_tegra_platform = { 848struct gk20a_platform gk20a_tegra_platform = {
849 .has_syncpoints = true, 849 .has_syncpoints = true,
850 .aggressive_sync_destroy_thresh = 64,
850 851
851 /* power management configuration */ 852 /* power management configuration */
852 .railgate_delay = 500, 853 .railgate_delay = 500,
@@ -909,6 +910,7 @@ struct gk20a_platform gk20a_tegra_platform = {
909 910
910struct gk20a_platform gm20b_tegra_platform = { 911struct gk20a_platform gm20b_tegra_platform = {
911 .has_syncpoints = true, 912 .has_syncpoints = true,
913 .aggressive_sync_destroy_thresh = 64,
912 914
913 /* power management configuration */ 915 /* power management configuration */
914 .railgate_delay = 500, 916 .railgate_delay = 500,