summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fb_gm20b.c2
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.c1
3 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fb_gm20b.c b/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
index ae500409..8b811cbe 100644
--- a/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
@@ -162,7 +162,7 @@ static int gm20b_fb_vpr_info_fetch_wait(struct gk20a *g,
162 return -ETIMEDOUT; 162 return -ETIMEDOUT;
163} 163}
164 164
165int gm20b_fb_vpr_info_fetch(struct gk20a *g) 165static int gm20b_fb_vpr_info_fetch(struct gk20a *g)
166{ 166{
167 if (gm20b_fb_vpr_info_fetch_wait(g, VPR_INFO_FETCH_WAIT)) { 167 if (gm20b_fb_vpr_info_fetch_wait(g, VPR_INFO_FETCH_WAIT)) {
168 return -ETIME; 168 return -ETIME;
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index fbeed3c2..33198c23 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -36,6 +36,7 @@
36#include "debug_gm20b.h" 36#include "debug_gm20b.h"
37#include "cde_gm20b.h" 37#include "cde_gm20b.h"
38#include "therm_gm20b.h" 38#include "therm_gm20b.h"
39#include "hal_gm20b.h"
39 40
40#include <nvgpu/bug.h> 41#include <nvgpu/bug.h>
41 42
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index 33f0c483..2127badb 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -26,6 +26,7 @@
26#include <nvgpu/hw/gm20b/hw_pri_ringmaster_gm20b.h> 26#include <nvgpu/hw/gm20b/hw_pri_ringmaster_gm20b.h>
27 27
28#include "gk20a/ltc_common.c" 28#include "gk20a/ltc_common.c"
29#include "ltc_gm20b.h"
29 30
30static int gm20b_ltc_init_comptags(struct gk20a *g, struct gr_gk20a *gr) 31static int gm20b_ltc_init_comptags(struct gk20a *g, struct gr_gk20a *gr)
31{ 32{