summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/gr_gm206.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/gr_gm206.c')
-rw-r--r--drivers/gpu/nvgpu/gm206/gr_gm206.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm206/gr_gm206.c b/drivers/gpu/nvgpu/gm206/gr_gm206.c
index cad080ac..782eda8b 100644
--- a/drivers/gpu/nvgpu/gm206/gr_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/gr_gm206.c
@@ -23,8 +23,9 @@
23 23
24#include "gm20b/gr_gm20b.h" 24#include "gm20b/gr_gm20b.h"
25#include "gr_gm206.h" 25#include "gr_gm206.h"
26#include "hw_fb_gm206.h" 26
27#include "hw_gr_gm206.h" 27#include <nvgpu/hw/gm206/hw_fb_gm206.h>
28#include <nvgpu/hw/gm206/hw_gr_gm206.h>
28 29
29static void gr_gm206_init_gpc_mmu(struct gk20a *g) 30static void gr_gm206_init_gpc_mmu(struct gk20a *g)
30{ 31{