summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
index 841ec596..8122d213 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
@@ -357,7 +357,7 @@ gk20a_channel_syncpt_create(struct channel_gk20a *c)
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 359
360 sp->ops.syncpt_aggressive_destroy = false; 360 sp->ops.syncpt_aggressive_destroy = true;
361 361
362 return &sp->ops; 362 return &sp->ops;
363} 363}