summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
2 files changed, 4 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,
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index dbd00c23..f38585f4 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -558,6 +558,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
558 .apply_smpc_war = gv11b_apply_smpc_war, 558 .apply_smpc_war = gv11b_apply_smpc_war,
559 }, 559 },
560 .mc = { 560 .mc = {
561 .intr_mask = mc_gp10b_intr_mask,
561 .intr_enable = mc_gv11b_intr_enable, 562 .intr_enable = mc_gv11b_intr_enable,
562 .intr_unit_config = mc_gp10b_intr_unit_config, 563 .intr_unit_config = mc_gp10b_intr_unit_config,
563 .isr_stall = mc_gp10b_isr_stall, 564 .isr_stall = mc_gp10b_isr_stall,
@@ -574,6 +575,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
574 .boot_0 = gk20a_mc_boot_0, 575 .boot_0 = gk20a_mc_boot_0,
575 .is_intr1_pending = mc_gp10b_is_intr1_pending, 576 .is_intr1_pending = mc_gp10b_is_intr1_pending,
576 .is_intr_hub_pending = gv11b_mc_is_intr_hub_pending, 577 .is_intr_hub_pending = gv11b_mc_is_intr_hub_pending,
578 .log_pending_intrs = mc_gp10b_log_pending_intrs,
577 }, 579 },
578 .debug = { 580 .debug = {
579 .show_dump = NULL, 581 .show_dump = NULL,