summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2018-03-16 05:51:51 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-03-16 14:53:48 -0400
commitdb48d30bc8e55fe81c4e3af627c418c348c5b8fa (patch)
treecff1e7fd1ab18ba946d05ef4d2ddc39777f436a7
parent22a95f15e0567a8f17b15fdad8864e3c4242a2fd (diff)
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>
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/gv11b/platform_gv11b_vgpu_tegra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/platform_gv11b_vgpu_tegra.c b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/platform_gv11b_vgpu_tegra.c
index e293517f..054b019b 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/platform_gv11b_vgpu_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/platform_gv11b_vgpu_tegra.c
@@ -70,7 +70,6 @@ static int gv11b_vgpu_probe(struct device *dev)
70 70
71struct gk20a_platform gv11b_vgpu_tegra_platform = { 71struct gk20a_platform gv11b_vgpu_tegra_platform = {
72 .has_syncpoints = true, 72 .has_syncpoints = true,
73 .aggressive_sync_destroy_thresh = 64,
74 73
75 /* power management configuration */ 74 /* power management configuration */
76 .can_railgate_init = false, 75 .can_railgate_init = false,