summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/perf
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/perf')
-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 02aed7a6..3ffaf4e1 100644
--- a/drivers/gpu/nvgpu/perf/perf.h
+++ b/drivers/gpu/nvgpu/perf/perf.h
@@ -15,6 +15,7 @@
15 15
16#include "vfe_equ.h" 16#include "vfe_equ.h"
17#include "vfe_var.h" 17#include "vfe_var.h"
18#include "pstate/pstate.h"
18#include "gk20a/gk20a.h" 19#include "gk20a/gk20a.h"
19 20
20#define CTRL_PERF_VFE_VAR_TYPE_INVALID 0x00 21#define CTRL_PERF_VFE_VAR_TYPE_INVALID 0x00
@@ -53,6 +54,7 @@
53struct perf_pmupstate { 54struct perf_pmupstate {
54 struct vfe_vars vfe_varobjs; 55 struct vfe_vars vfe_varobjs;
55 struct vfe_equs vfe_equobjs; 56 struct vfe_equs vfe_equobjs;
57 struct pstates pstatesobjs;
56}; 58};
57 59
58u32 perf_pmu_vfe_load(struct gk20a *g); 60u32 perf_pmu_vfe_load(struct gk20a *g);