summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 1efa0c86..ea6bca2f 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -7261,7 +7261,7 @@ static void gr_gk20a_init_cyclestats(struct gk20a *g)
7261#endif 7261#endif
7262} 7262}
7263 7263
7264void gr_gk20a_bpt_reg_info(struct gk20a *g, struct warpstate *w_state) 7264static void gr_gk20a_bpt_reg_info(struct gk20a *g, struct warpstate *w_state)
7265{ 7265{
7266 /* Check if we have at least one valid warp */ 7266 /* Check if we have at least one valid warp */
7267 struct gr_gk20a *gr = &g->gr; 7267 struct gr_gk20a *gr = &g->gr;
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index d6f56d78..fcc3ed10 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1050,7 +1050,7 @@ static void gr_gm20b_enable_cde_in_fecs(void *ctx_ptr)
1050 gk20a_mem_wr32(ctx_ptr + ctxsw_prog_main_image_ctl_o(), 0, cde_v); 1050 gk20a_mem_wr32(ctx_ptr + ctxsw_prog_main_image_ctl_o(), 0, cde_v);
1051} 1051}
1052 1052
1053void gr_gm20b_bpt_reg_info(struct gk20a *g, struct warpstate *w_state) 1053static void gr_gm20b_bpt_reg_info(struct gk20a *g, struct warpstate *w_state)
1054{ 1054{
1055 /* Check if we have at least one valid warp */ 1055 /* Check if we have at least one valid warp */
1056 /* get paused state on maxwell */ 1056 /* get paused state on maxwell */