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, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index 1ff295c2..bd9b627f 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1653,4 +1653,6 @@ void gm20b_init_gr(struct gpu_ops *gops)
1653 gops->gr.lock_down_sm = gk20a_gr_lock_down_sm; 1653 gops->gr.lock_down_sm = gk20a_gr_lock_down_sm;
1654 gops->gr.wait_for_sm_lock_down = gk20a_gr_wait_for_sm_lock_down; 1654 gops->gr.wait_for_sm_lock_down = gk20a_gr_wait_for_sm_lock_down;
1655 gops->gr.clear_sm_hww = gm20b_gr_clear_sm_hww; 1655 gops->gr.clear_sm_hww = gm20b_gr_clear_sm_hww;
1656 gops->gr.init_ovr_sm_dsm_perf = gk20a_gr_init_ovr_sm_dsm_perf;
1657 gops->gr.get_ovr_perf_regs = gk20a_gr_get_ovr_perf_regs;
1656} 1658}