summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/pmu_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/pmu_gv11b.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
index 9ee1ed30..6b56dd21 100644
--- a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
@@ -15,12 +15,16 @@
15 15
16#include <linux/delay.h> /* for udelay */ 16#include <linux/delay.h> /* for udelay */
17#include <linux/clk.h> 17#include <linux/clk.h>
18
18#include <soc/tegra/fuse.h> 19#include <soc/tegra/fuse.h>
20
19#include "gk20a/gk20a.h" 21#include "gk20a/gk20a.h"
22
20#include "gp10b/pmu_gp10b.h" 23#include "gp10b/pmu_gp10b.h"
21 24
22#include "pmu_gv11b.h" 25#include "pmu_gv11b.h"
23#include "hw_pwr_gv11b.h" 26
27#include <nvgpu/hw/gv11b/hw_pwr_gv11b.h>
24 28
25#define ALIGN_4KB 12 29#define ALIGN_4KB 12
26 30