summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index f366a90e..4a289d8f 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -633,8 +633,8 @@ static const struct gpu_ops gv11b_ops = {
633 nvgpu_check_and_set_context_reservation, 633 nvgpu_check_and_set_context_reservation,
634 .release_profiler_reservation = 634 .release_profiler_reservation =
635 nvgpu_release_profiler_reservation, 635 nvgpu_release_profiler_reservation,
636 .perfbuffer_enable = gk20a_perfbuf_enable_locked, 636 .perfbuffer_enable = NULL,
637 .perfbuffer_disable = gk20a_perfbuf_disable_locked, 637 .perfbuffer_disable = NULL,
638 }, 638 },
639 .bus = { 639 .bus = {
640 .init_hw = gk20a_bus_init_hw, 640 .init_hw = gk20a_bus_init_hw,