summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206')
-rw-r--r--drivers/gpu/nvgpu/gm206/pmu_gm206.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm206/pmu_gm206.c b/drivers/gpu/nvgpu/gm206/pmu_gm206.c
index 44ef8ae7..2b3c1b50 100644
--- a/drivers/gpu/nvgpu/gm206/pmu_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/pmu_gm206.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -161,6 +161,7 @@ void gm206_init_pmu_ops(struct gpu_ops *gops)
161 gops->pmu.pmu_pg_supported_engines_list = NULL; 161 gops->pmu.pmu_pg_supported_engines_list = NULL;
162 gops->pmu.pmu_pg_engines_feature_list = NULL; 162 gops->pmu.pmu_pg_engines_feature_list = NULL;
163 gops->pmu.pmu_lpwr_enable_pg = NULL; 163 gops->pmu.pmu_lpwr_enable_pg = NULL;
164 gops->pmu.pmu_is_lpwr_feature_supported = NULL;
164 gops->pmu.pmu_lpwr_disable_pg = NULL; 165 gops->pmu.pmu_lpwr_disable_pg = NULL;
165 gops->pmu.pmu_pg_param_post_init = NULL; 166 gops->pmu.pmu_pg_param_post_init = NULL;
166 gops->pmu.send_lrf_tex_ltc_dram_overide_en_dis_cmd = NULL; 167 gops->pmu.send_lrf_tex_ltc_dram_overide_en_dis_cmd = NULL;