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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 4241145a..e7e2be54 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -66,6 +66,7 @@
66#include "gp106/pmu_gp106.h" 66#include "gp106/pmu_gp106.h"
67#include "gp106/acr_gp106.h" 67#include "gp106/acr_gp106.h"
68 68
69#include "dbg_gpu_gv11b.h"
69#include "hal_gv11b.h" 70#include "hal_gv11b.h"
70#include "gr_gv11b.h" 71#include "gr_gv11b.h"
71#include "mc_gv11b.h" 72#include "mc_gv11b.h"
@@ -633,8 +634,8 @@ static const struct gpu_ops gv11b_ops = {
633 nvgpu_check_and_set_context_reservation, 634 nvgpu_check_and_set_context_reservation,
634 .release_profiler_reservation = 635 .release_profiler_reservation =
635 nvgpu_release_profiler_reservation, 636 nvgpu_release_profiler_reservation,
636 .perfbuffer_enable = NULL, 637 .perfbuffer_enable = gv11b_perfbuf_enable_locked,
637 .perfbuffer_disable = NULL, 638 .perfbuffer_disable = gv11b_perfbuf_disable_locked,
638 }, 639 },
639 .bus = { 640 .bus = {
640 .init_hw = gk20a_bus_init_hw, 641 .init_hw = gk20a_bus_init_hw,