summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index fc0f9c84..45b907ac 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -489,6 +489,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
489 .apply_smpc_war = gp10b_apply_smpc_war, 489 .apply_smpc_war = gp10b_apply_smpc_war,
490 }, 490 },
491 .mc = { 491 .mc = {
492 .intr_mask = mc_gp10b_intr_mask,
492 .intr_enable = mc_gp10b_intr_enable, 493 .intr_enable = mc_gp10b_intr_enable,
493 .intr_unit_config = mc_gp10b_intr_unit_config, 494 .intr_unit_config = mc_gp10b_intr_unit_config,
494 .isr_stall = mc_gp10b_isr_stall, 495 .isr_stall = mc_gp10b_isr_stall,
@@ -504,6 +505,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
504 .reset = gk20a_mc_reset, 505 .reset = gk20a_mc_reset,
505 .boot_0 = gk20a_mc_boot_0, 506 .boot_0 = gk20a_mc_boot_0,
506 .is_intr1_pending = mc_gp10b_is_intr1_pending, 507 .is_intr1_pending = mc_gp10b_is_intr1_pending,
508 .log_pending_intrs = mc_gp10b_log_pending_intrs,
507 }, 509 },
508 .debug = { 510 .debug = {
509 .show_dump = NULL, 511 .show_dump = NULL,