summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 6f07015d..295e896d 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -302,7 +302,7 @@ static const struct gpu_ops gv100_ops = {
302 }, 302 },
303 .gr = { 303 .gr = {
304 .get_patch_slots = gr_gv100_get_patch_slots, 304 .get_patch_slots = gr_gv100_get_patch_slots,
305 .init_gpc_mmu = gr_gv100_init_gpc_mmu, 305 .init_gpc_mmu = gr_gv11b_init_gpc_mmu,
306 .bundle_cb_defaults = gr_gv100_bundle_cb_defaults, 306 .bundle_cb_defaults = gr_gv100_bundle_cb_defaults,
307 .cb_size_default = gr_gv100_cb_size_default, 307 .cb_size_default = gr_gv100_cb_size_default,
308 .calc_global_ctx_buffer_size = 308 .calc_global_ctx_buffer_size =