summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/driver_common.c
diff options
context:
space:
mode:
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;