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 c03bf2ae..a3213f7a 100644
--- a/drivers/gpu/nvgpu/perf/perf.h
+++ b/drivers/gpu/nvgpu/perf/perf.h
@@ -18,6 +18,7 @@
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#include "volt/volt.h"
21#include "lpwr/lpwr.h"
21 22
22#define CTRL_PERF_VFE_VAR_TYPE_INVALID 0x00 23#define CTRL_PERF_VFE_VAR_TYPE_INVALID 0x00
23#define CTRL_PERF_VFE_VAR_TYPE_DERIVED 0x01 24#define CTRL_PERF_VFE_VAR_TYPE_DERIVED 0x01
@@ -57,6 +58,7 @@ struct perf_pmupstate {
57 struct vfe_equs vfe_equobjs; 58 struct vfe_equs vfe_equobjs;
58 struct pstates pstatesobjs; 59 struct pstates pstatesobjs;
59 struct obj_volt volt; 60 struct obj_volt volt;
61 struct obj_lwpr lpwr;
60}; 62};
61 63
62u32 perf_pmu_vfe_load(struct gk20a *g); 64u32 perf_pmu_vfe_load(struct gk20a *g);