gpu: nvgpu: vgpu: remove aggressive_sync_destroy_thresh for gv11b

aggressive_sync_destroy_thresh was inadvertently set for gv11b on vGPU, and that
caused issues while allocating user managed syncpoint

remove that threshold as it is no longer needed

Bug 200397265
Bug 200326065

Change-Id: I63dfdcae1fd7b99068d07807c84775b9a9f9f95d
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1676555
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Richard Zhao <rizhao@nvidia.com>
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Deepak Nibade
2018-03-16 02:51:51 -07:00
committed by mobile promotions
parent 22a95f15e0
commit db48d30bc8

View File

@@ -70,7 +70,6 @@ static int gv11b_vgpu_probe(struct device *dev)
struct gk20a_platform gv11b_vgpu_tegra_platform = {
.has_syncpoints = true,
.aggressive_sync_destroy_thresh = 64,
/* power management configuration */
.can_railgate_init = false,