summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-01-12 00:15:51 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-16 07:53:38 -0500
commitc8d82d465c03b4d7e18ab1ba1bfce6581d2aad6e (patch)
tree4e4fee5ea1d2bb214a886ca11ab3fd27c339d942 /drivers/gpu/nvgpu/gm206
parenta177c8e2383f3e7a5b3c8cd5d204e4594bb04875 (diff)
gpu: nvgpu: HAL to query LPWR feature support
HAL to query LPWR feautre's RPPG/MSCG support based on current pstate configured. JIRA DNVGPU-71 Change-Id: I58a34c6dca68e3eb76e222bd781578bf682eac34 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1283916 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
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;