summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index a295f774..ff9fc8c6 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -706,6 +706,7 @@ static const struct gpu_ops gv11b_ops = {
706 .is_pmu_supported = gv11b_is_pmu_supported, 706 .is_pmu_supported = gv11b_is_pmu_supported,
707 .get_irqdest = gv11b_pmu_get_irqdest, 707 .get_irqdest = gv11b_pmu_get_irqdest,
708 .handle_ext_irq = gv11b_pmu_handle_ext_irq, 708 .handle_ext_irq = gv11b_pmu_handle_ext_irq,
709 .is_debug_mode_enabled = gm20b_pmu_is_debug_mode_en,
709 }, 710 },
710 .regops = { 711 .regops = {
711 .exec_regops = exec_regops_gk20a, 712 .exec_regops = exec_regops_gk20a,