summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-10-06 13:36:49 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-10 12:24:46 -0400
commitbb1c38e2f5f133a4281f73f8076a206ec728bd22 (patch)
treed04cc44fa297b239869ff2b44377f0af1a08e71e /drivers/gpu/nvgpu/gv11b/hal_gv11b.c
parent6647e5c9569258fbf3db096275a79f86f86ed3a6 (diff)
gpu: nvgpu: gv11b: perfbuffer enable and disable dbg ops set to NULL
Will be enabled after feature is verified on volta Bug 200352825 Change-Id: Idbe318ea82051e53f15caecf2afb15d72b99acea Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1574482 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-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,