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 93ad5e8e..67bfb430 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -805,4 +805,6 @@ void gm20b_init_gr(struct gpu_ops *gops)
805 gops->gr.is_tpc_addr = gr_gm20b_is_tpc_addr; 805 gops->gr.is_tpc_addr = gr_gm20b_is_tpc_addr;
806 gops->gr.get_tpc_num = gr_gm20b_get_tpc_num; 806 gops->gr.get_tpc_num = gr_gm20b_get_tpc_num;
807 gops->gr.detect_sm_arch = gr_gm20b_detect_sm_arch; 807 gops->gr.detect_sm_arch = gr_gm20b_detect_sm_arch;
808 gops->gr.add_zbc_color = gr_gk20a_add_zbc_color;
809 gops->gr.add_zbc_depth = gr_gk20a_add_zbc_depth;
808} 810}