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 <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/400234
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Shridhar Rasal <srasal@nvidia.com>
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Deepak Nibade
2014-04-23 12:01:28 +05:30
committed by Dan Willemsen
parent b1538c3416
commit 6b71c1d740

View File

@@ -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;
}