From 6b71c1d7402837dc72da079e22f0bd0f068eaf14 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Wed, 23 Apr 2014 12:01:28 +0530 Subject: gpu: nvgpu: gk20a: set syncpt_aggressive_destroy Set the flag syncpt_aggressive_destroy to enable destroying syncpts aggressively Bug 1305024 Change-Id: Iedff9c6bdb6bbe02057972733126ce685daa8d7f Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/400234 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Shridhar Rasal Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a') 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) sp->ops.set_min_eq_max = gk20a_channel_syncpt_set_min_eq_max; sp->ops.destroy = gk20a_channel_syncpt_destroy; - sp->ops.syncpt_aggressive_destroy = false; + sp->ops.syncpt_aggressive_destroy = true; return &sp->ops; } -- cgit v1.2.2