summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index c5b62948..f576278d 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -235,6 +235,7 @@ static const struct gpu_ops gp106_ops = {
235 .isr_nonstall = gp10b_ce_nonstall_isr, 235 .isr_nonstall = gp10b_ce_nonstall_isr,
236 }, 236 },
237 .gr = { 237 .gr = {
238 .get_patch_slots = gr_gk20a_get_patch_slots,
238 .init_gpc_mmu = gr_gm20b_init_gpc_mmu, 239 .init_gpc_mmu = gr_gm20b_init_gpc_mmu,
239 .bundle_cb_defaults = gr_gm20b_bundle_cb_defaults, 240 .bundle_cb_defaults = gr_gm20b_bundle_cb_defaults,
240 .cb_size_default = gr_gp106_cb_size_default, 241 .cb_size_default = gr_gp106_cb_size_default,