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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index 1fa1eb24..8351b554 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1117,4 +1117,5 @@ void gm20b_init_gr(struct gpu_ops *gops)
1117 gops->gr.get_rop_l2_en_mask = gr_gm20b_rop_l2_en_mask; 1117 gops->gr.get_rop_l2_en_mask = gr_gm20b_rop_l2_en_mask;
1118 gops->gr.get_max_fbps_count = gr_gm20b_get_max_fbps_count; 1118 gops->gr.get_max_fbps_count = gr_gm20b_get_max_fbps_count;
1119 gops->gr.init_sm_dsm_reg_info = gr_gm20b_init_sm_dsm_reg_info; 1119 gops->gr.init_sm_dsm_reg_info = gr_gm20b_init_sm_dsm_reg_info;
1120 gops->gr.wait_empty = gr_gk20a_wait_idle;
1120} 1121}