summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/driver_common.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2018-05-24 18:25:41 -0400
committerTejal Kudav <tkudav@nvidia.com>2018-06-14 09:44:07 -0400
commit5215d65c25b5e76c19d9d12b03c52f69e2d40227 (patch)
tree36991e3113ace2bb3c6cd1dc1164c5288412c13d /drivers/gpu/nvgpu/common/linux/driver_common.c
parentf9a2f449a5f4dd62fcfb1701d69dc40f97a827ff (diff)
gpu: nvgpu: Remove setting of PRI timeout
PRI timeout should always use the HW initialization value. Do not set it explicitly. JIRA NVGPU-588 Change-Id: Idb63caba07c5fa7e0439e572861443f2783d0adc Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1730892 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/driver_common.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/driver_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/driver_common.c b/drivers/gpu/nvgpu/common/linux/driver_common.c
index 2475912a..8f33c5d2 100644
--- a/drivers/gpu/nvgpu/common/linux/driver_common.c
+++ b/drivers/gpu/nvgpu/common/linux/driver_common.c
@@ -158,7 +158,6 @@ static void nvgpu_init_pm_vars(struct gk20a *g)
158 __nvgpu_set_enabled(g, NVGPU_GPU_CAN_BLCG, 158 __nvgpu_set_enabled(g, NVGPU_GPU_CAN_BLCG,
159 nvgpu_platform_is_silicon(g) ? platform->can_blcg : false); 159 nvgpu_platform_is_silicon(g) ? platform->can_blcg : false);
160 160
161 g->default_pri_timeout = platform->default_pri_timeout;
162 g->aggressive_sync_destroy = platform->aggressive_sync_destroy; 161 g->aggressive_sync_destroy = platform->aggressive_sync_destroy;
163 g->aggressive_sync_destroy_thresh = platform->aggressive_sync_destroy_thresh; 162 g->aggressive_sync_destroy_thresh = platform->aggressive_sync_destroy_thresh;
164 g->has_syncpoints = platform->has_syncpoints; 163 g->has_syncpoints = platform->has_syncpoints;