summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/mm_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/mm_gp10b.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
index 1b6b6641..835d33f3 100644
--- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
@@ -15,14 +15,17 @@
15 15
16#include <linux/pm_runtime.h> 16#include <linux/pm_runtime.h>
17#include <linux/dma-mapping.h> 17#include <linux/dma-mapping.h>
18
18#include "gk20a/gk20a.h" 19#include "gk20a/gk20a.h"
20#include "gk20a/semaphore_gk20a.h"
21
19#include "mm_gp10b.h" 22#include "mm_gp10b.h"
20#include "rpfb_gp10b.h" 23#include "rpfb_gp10b.h"
21#include "hw_fb_gp10b.h" 24
22#include "hw_ram_gp10b.h" 25#include <nvgpu/hw/gp10b/hw_fb_gp10b.h>
23#include "hw_bus_gp10b.h" 26#include <nvgpu/hw/gp10b/hw_ram_gp10b.h>
24#include "hw_gmmu_gp10b.h" 27#include <nvgpu/hw/gp10b/hw_bus_gp10b.h>
25#include "gk20a/semaphore_gk20a.h" 28#include <nvgpu/hw/gp10b/hw_gmmu_gp10b.h>
26 29
27static u32 gp10b_mm_get_physical_addr_bits(struct gk20a *g) 30static u32 gp10b_mm_get_physical_addr_bits(struct gk20a *g)
28{ 31{