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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 7457c185..2ece7be8 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -76,6 +76,7 @@
76#include "gp10b/mm_gp10b.h" 76#include "gp10b/mm_gp10b.h"
77#include "gp10b/pmu_gp10b.h" 77#include "gp10b/pmu_gp10b.h"
78 78
79#include "gv11b/dbg_gpu_gv11b.h"
79#include "gv11b/hal_gv11b.h" 80#include "gv11b/hal_gv11b.h"
80#include "gv11b/gr_gv11b.h" 81#include "gv11b/gr_gv11b.h"
81#include "gv11b/mc_gv11b.h" 82#include "gv11b/mc_gv11b.h"
@@ -625,8 +626,8 @@ static const struct gpu_ops gv100_ops = {
625 nvgpu_check_and_set_context_reservation, 626 nvgpu_check_and_set_context_reservation,
626 .release_profiler_reservation = 627 .release_profiler_reservation =
627 nvgpu_release_profiler_reservation, 628 nvgpu_release_profiler_reservation,
628 .perfbuffer_enable = NULL, 629 .perfbuffer_enable = gv11b_perfbuf_enable_locked,
629 .perfbuffer_disable = NULL, 630 .perfbuffer_disable = gv11b_perfbuf_disable_locked,
630 }, 631 },
631 .bus = { 632 .bus = {
632 .init_hw = gk20a_bus_init_hw, 633 .init_hw = gk20a_bus_init_hw,