summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/pmu_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/pmu_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/pmu_gm20b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/pmu_gm20b.c b/drivers/gpu/nvgpu/gm20b/pmu_gm20b.c
index 08a7e170..2e568e83 100644
--- a/drivers/gpu/nvgpu/gm20b/pmu_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/pmu_gm20b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GM20B PMU 2 * GM20B PMU
3 * 3 *
4 * Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved.
5* 5*
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -291,6 +291,7 @@ void gm20b_init_pmu_ops(struct gpu_ops *gops)
291 gops->pmu.pmu_pg_init_param = NULL; 291 gops->pmu.pmu_pg_init_param = NULL;
292 gops->pmu.pmu_pg_supported_engines_list = gk20a_pmu_pg_engines_list; 292 gops->pmu.pmu_pg_supported_engines_list = gk20a_pmu_pg_engines_list;
293 gops->pmu.pmu_pg_engines_feature_list = gk20a_pmu_pg_feature_list; 293 gops->pmu.pmu_pg_engines_feature_list = gk20a_pmu_pg_feature_list;
294 gops->pmu.pmu_is_lpwr_feature_supported = NULL;
294 gops->pmu.pmu_lpwr_enable_pg = NULL; 295 gops->pmu.pmu_lpwr_enable_pg = NULL;
295 gops->pmu.pmu_lpwr_disable_pg = NULL; 296 gops->pmu.pmu_lpwr_disable_pg = NULL;
296 gops->pmu.pmu_pg_param_post_init = NULL; 297 gops->pmu.pmu_pg_param_post_init = NULL;