summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk.h')
-rw-r--r--drivers/gpu/nvgpu/clk/clk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk.h b/drivers/gpu/nvgpu/clk/clk.h
index d638424f..e24aada2 100644
--- a/drivers/gpu/nvgpu/clk/clk.h
+++ b/drivers/gpu/nvgpu/clk/clk.h
@@ -20,6 +20,7 @@
20#include "clk_domain.h" 20#include "clk_domain.h"
21#include "clk_prog.h" 21#include "clk_prog.h"
22#include "clk_vf_point.h" 22#include "clk_vf_point.h"
23#include "clk_mclk.h"
23#include "gk20a/gk20a.h" 24#include "gk20a/gk20a.h"
24 25
25#define NV_PERF_DOMAIN_4X_CLOCK_DOMAIN_SKIP 0x10 26#define NV_PERF_DOMAIN_4X_CLOCK_DOMAIN_SKIP 0x10
@@ -33,6 +34,7 @@ struct clk_pmupstate {
33 struct clk_domains clk_domainobjs; 34 struct clk_domains clk_domainobjs;
34 struct clk_progs clk_progobjs; 35 struct clk_progs clk_progobjs;
35 struct clk_vf_points clk_vf_pointobjs; 36 struct clk_vf_points clk_vf_pointobjs;
37 struct clk_mclk_state clk_mclk;
36}; 38};
37 39
38struct clockentry { 40struct clockentry {