summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/gp10b/fb_gp10b.c3
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c1
-rw-r--r--drivers/gpu/nvgpu/gp10b/ltc_gp10b.c1
3 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/fb_gp10b.c b/drivers/gpu/nvgpu/gp10b/fb_gp10b.c
index aa6b543a..06cd94f2 100644
--- a/drivers/gpu/nvgpu/gp10b/fb_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/fb_gp10b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GP10B FB 2 * GP10B FB
3 * 3 *
4 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved.
5* 5*
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -16,6 +16,7 @@
16#include "gk20a/gk20a.h" 16#include "gk20a/gk20a.h"
17#include "gm20b/fb_gm20b.h" 17#include "gm20b/fb_gm20b.h"
18#include "gk20a/kind_gk20a.h" 18#include "gk20a/kind_gk20a.h"
19#include "fb_gp10b.h"
19 20
20#include <nvgpu/hw/gp10b/hw_gmmu_gp10b.h> 21#include <nvgpu/hw/gp10b/hw_gmmu_gp10b.h>
21 22
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 1d3ad275..133582cd 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -42,6 +42,7 @@
42#include "gm20b/clk_gm20b.h" 42#include "gm20b/clk_gm20b.h"
43 43
44#include "gp10b.h" 44#include "gp10b.h"
45#include "hal_gp10b.h"
45 46
46#include <nvgpu/bug.h> 47#include <nvgpu/bug.h>
47 48
diff --git a/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c b/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
index 9ca5f46e..e65e3d06 100644
--- a/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
@@ -24,6 +24,7 @@
24#include <nvgpu/hw/gp10b/hw_ltc_gp10b.h> 24#include <nvgpu/hw/gp10b/hw_ltc_gp10b.h>
25 25
26#include "gk20a/ltc_common.c" 26#include "gk20a/ltc_common.c"
27#include "ltc_gp10b.h"
27 28
28static int gp10b_determine_L2_size_bytes(struct gk20a *g) 29static int gp10b_determine_L2_size_bytes(struct gk20a *g)
29{ 30{