summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/perf/perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/perf/perf.h')
-rw-r--r--drivers/gpu/nvgpu/perf/perf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/perf/perf.h b/drivers/gpu/nvgpu/perf/perf.h
index 3ffaf4e1..c03bf2ae 100644
--- a/drivers/gpu/nvgpu/perf/perf.h
+++ b/drivers/gpu/nvgpu/perf/perf.h
@@ -17,6 +17,7 @@
17#include "vfe_var.h" 17#include "vfe_var.h"
18#include "pstate/pstate.h" 18#include "pstate/pstate.h"
19#include "gk20a/gk20a.h" 19#include "gk20a/gk20a.h"
20#include "volt/volt.h"
20 21
21#define CTRL_PERF_VFE_VAR_TYPE_INVALID 0x00 22#define CTRL_PERF_VFE_VAR_TYPE_INVALID 0x00
22#define CTRL_PERF_VFE_VAR_TYPE_DERIVED 0x01 23#define CTRL_PERF_VFE_VAR_TYPE_DERIVED 0x01
@@ -55,6 +56,7 @@ struct perf_pmupstate {
55 struct vfe_vars vfe_varobjs; 56 struct vfe_vars vfe_varobjs;
56 struct vfe_equs vfe_equobjs; 57 struct vfe_equs vfe_equobjs;
57 struct pstates pstatesobjs; 58 struct pstates pstatesobjs;
59 struct obj_volt volt;
58}; 60};
59 61
60u32 perf_pmu_vfe_load(struct gk20a *g); 62u32 perf_pmu_vfe_load(struct gk20a *g);