mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
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:
committed by
mobile promotions
parent
22a95f15e0
commit
db48d30bc8
@@ -70,7 +70,6 @@ static int gv11b_vgpu_probe(struct device *dev)
|
|||||||
|
|
||||||
struct gk20a_platform gv11b_vgpu_tegra_platform = {
|
struct gk20a_platform gv11b_vgpu_tegra_platform = {
|
||||||
.has_syncpoints = true,
|
.has_syncpoints = true,
|
||||||
.aggressive_sync_destroy_thresh = 64,
|
|
||||||
|
|
||||||
/* power management configuration */
|
/* power management configuration */
|
||||||
.can_railgate_init = false,
|
.can_railgate_init = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user