]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
gpu: nvgpu: disable aggresive syncpoint destroy
authorShridhar Rasal <srasal@nvidia.com>
Tue, 22 Apr 2014 05:03:28 +0000 (10:33 +0530)
committerSeema Khowala <seemaj@nvidia.com>
Wed, 23 Apr 2014 21:07:32 +0000 (14:07 -0700)
Bug 1503225

Change-Id: I52fd660de9bd251ceb936ad4edc34359753a0074
Signed-off-by: Shridhar Rasal <srasal@nvidia.com>
Reviewed-on: http://git-master/r/399460
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c

index d0b975a93d9227fb589e66f9dceb363e9010ef8e..525d86387068e52281b728e492232bd604c8c691 100644 (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 = true;
+       sp->ops.syncpt_aggressive_destroy = false;
 
        return &sp->ops;
 }