summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-02-01 11:33:03 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-02-09 16:44:31 -0500
commit35980eac098741a0508d6e14afb344a405de374c (patch)
tree21f92141069c0c08bf9e2e16464942e41bf4ddee /drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h
parent8afd83238a9676f6737f24269a99c79071debdc2 (diff)
gpu: nvgpu: Delete PMU fecs override interface
Deleted PMU fecs override interface from pmu_api.h header file as feature not used anymore & its dependent code too. Deleted file pmu_api.h as file dont have any interfaces left inside Jira NVGPU-19 Change-Id: I490cf67ae60ce2f1de37da063199ee04835b940d Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1297370 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h')
-rw-r--r--drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h b/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h
index 751d6643..91175c69 100644
--- a/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h
+++ b/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h
@@ -13,7 +13,6 @@
13#ifndef _NVGPUGPMUCMDIF_H_ 13#ifndef _NVGPUGPMUCMDIF_H_
14#define _NVGPUGPMUCMDIF_H_ 14#define _NVGPUGPMUCMDIF_H_
15 15
16#include "gk20a/pmu_api.h"
17#include <nvgpu/flcnif_cmn.h> 16#include <nvgpu/flcnif_cmn.h>
18#include "gpmuif_cmn.h" 17#include "gpmuif_cmn.h"
19#include "gpmuif_pmu.h" 18#include "gpmuif_pmu.h"
@@ -35,7 +34,6 @@ struct pmu_cmd {
35 struct pmu_pg_cmd pg; 34 struct pmu_pg_cmd pg;
36 struct pmu_zbc_cmd zbc; 35 struct pmu_zbc_cmd zbc;
37 struct pmu_acr_cmd acr; 36 struct pmu_acr_cmd acr;
38 struct pmu_lrf_tex_ltc_dram_cmd lrf_tex_ltc_dram;
39 struct nv_pmu_boardobj_cmd boardobj; 37 struct nv_pmu_boardobj_cmd boardobj;
40 struct nv_pmu_perf_cmd perf; 38 struct nv_pmu_perf_cmd perf;
41 struct nv_pmu_volt_cmd volt; 39 struct nv_pmu_volt_cmd volt;
@@ -53,7 +51,6 @@ struct pmu_msg {
53 struct pmu_pg_msg pg; 51 struct pmu_pg_msg pg;
54 struct pmu_rc_msg rc; 52 struct pmu_rc_msg rc;
55 struct pmu_acr_msg acr; 53 struct pmu_acr_msg acr;
56 struct pmu_lrf_tex_ltc_dram_msg lrf_tex_ltc_dram;
57 struct nv_pmu_boardobj_msg boardobj; 54 struct nv_pmu_boardobj_msg boardobj;
58 struct nv_pmu_perf_msg perf; 55 struct nv_pmu_perf_msg perf;
59 struct nv_pmu_volt_msg volt; 56 struct nv_pmu_volt_msg volt;