summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
index b94c0c93..d0b975a9 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
@@ -356,6 +356,9 @@ gk20a_channel_syncpt_create(struct channel_gk20a *c)
356 sp->ops.incr_user_fd = gk20a_channel_syncpt_incr_user_fd; 356 sp->ops.incr_user_fd = gk20a_channel_syncpt_incr_user_fd;
357 sp->ops.set_min_eq_max = gk20a_channel_syncpt_set_min_eq_max; 357 sp->ops.set_min_eq_max = gk20a_channel_syncpt_set_min_eq_max;
358 sp->ops.destroy = gk20a_channel_syncpt_destroy; 358 sp->ops.destroy = gk20a_channel_syncpt_destroy;
359
360 sp->ops.syncpt_aggressive_destroy = true;
361
359 return &sp->ops; 362 return &sp->ops;
360} 363}
361#endif /* CONFIG_TEGRA_GK20A */ 364#endif /* CONFIG_TEGRA_GK20A */