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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 204c376b..54960b96 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -529,6 +529,8 @@ static const struct gpu_ops gp106_ops = {
529 .init_bar2_mm_hw_setup = gb10b_init_bar2_mm_hw_setup, 529 .init_bar2_mm_hw_setup = gb10b_init_bar2_mm_hw_setup,
530 .remove_bar2_vm = gp10b_remove_bar2_vm, 530 .remove_bar2_vm = gp10b_remove_bar2_vm,
531 .get_vidmem_size = gp106_mm_get_vidmem_size, 531 .get_vidmem_size = gp106_mm_get_vidmem_size,
532 .get_kind_invalid = gm20b_get_kind_invalid,
533 .get_kind_pitch = gm20b_get_kind_pitch,
532 }, 534 },
533 .pramin = { 535 .pramin = {
534 .enter = gk20a_pramin_enter, 536 .enter = gk20a_pramin_enter,