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 04c8824b..5fac9ac8 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1634,4 +1634,5 @@ void gm20b_init_gr(struct gpu_ops *gops)
1634 gops->gr.suspend_single_sm = gk20a_gr_suspend_single_sm; 1634 gops->gr.suspend_single_sm = gk20a_gr_suspend_single_sm;
1635 gops->gr.suspend_all_sms = gk20a_gr_suspend_all_sms; 1635 gops->gr.suspend_all_sms = gk20a_gr_suspend_all_sms;
1636 gops->gr.resume_single_sm = gk20a_gr_resume_single_sm; 1636 gops->gr.resume_single_sm = gk20a_gr_resume_single_sm;
1637 gops->gr.resume_all_sms = gk20a_gr_resume_all_sms;
1637} 1638}