summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-02-01 06:28:05 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-02-09 16:44:31 -0500
commitde2dfd0c1ee5249f39ff58ce81cbdad0a5ad8cca (patch)
treee023ac24c4c63997d0f0cbb74a4558e302d78eb4 /drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h
parent2caa3a9361bb0c9e08a7bb788387a379c73bc848 (diff)
gpu: nvgpu: PMU perfmon interface header reorg
Moved perfmon interface from pmu_api.h & pmu_gk20a.h to gpmuif_perfmon.h header files gpmuif_perfmon.h - PMU Command/Message Interfaces PERFMON Jira NVGPU-19 Change-Id: I983f89f0f6ec3b889d975178fb1405f166b7d1b9 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1297262 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h b/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h
index 2ed8d61b..f99d4e9e 100644
--- a/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h
+++ b/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h
@@ -19,6 +19,7 @@
19#include "gpmuif_pmu.h" 19#include "gpmuif_pmu.h"
20#include "gpmuif_ap.h" 20#include "gpmuif_ap.h"
21#include "gpmuif_pg.h" 21#include "gpmuif_pg.h"
22#include "gpmuif_perfmon.h"
22#include "gpmuifboardobj.h" 23#include "gpmuifboardobj.h"
23#include "gpmuifclk.h" 24#include "gpmuifclk.h"
24#include "gpmuifperf.h" 25#include "gpmuifperf.h"