summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c2
1 files changed, 1 insertions, 1 deletions
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 */