summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-06-23 11:49:42 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-27 06:57:06 -0400
commit52445fba1feac3ee20bf1c3db149adc42715af9e (patch)
tree24bb96bcd5b74caa095da782b8f0c11bff19ecbd /drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
parent69222f2de6cf9a29ee5999d9802d806b6966a7e1 (diff)
gpu: nvpgu: Remove FECS override sysfs API
FECS override PMU support was removed with http://git-master/1297370. Remove the sysfs API that is wired to that. Change-Id: I5802e5a8dd78b80c3d255dd93587b24df9203fca Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master/r/1507934 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index fefa77fc..7fe25190 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -739,7 +739,6 @@ void gk20a_init_pmu_ops(struct gpu_ops *gops)
739 gops->pmu.pmu_lpwr_enable_pg = NULL; 739 gops->pmu.pmu_lpwr_enable_pg = NULL;
740 gops->pmu.pmu_lpwr_disable_pg = NULL; 740 gops->pmu.pmu_lpwr_disable_pg = NULL;
741 gops->pmu.pmu_pg_param_post_init = NULL; 741 gops->pmu.pmu_pg_param_post_init = NULL;
742 gops->pmu.send_lrf_tex_ltc_dram_overide_en_dis_cmd = NULL;
743 gops->pmu.dump_secure_fuses = NULL; 742 gops->pmu.dump_secure_fuses = NULL;
744 gops->pmu.is_lazy_bootstrap = NULL; 743 gops->pmu.is_lazy_bootstrap = NULL;
745 gops->pmu.is_priv_load = NULL; 744 gops->pmu.is_priv_load = NULL;