mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 18:42:29 +03:00
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>
This commit is contained in:
committed by
mobile promotions
parent
6647e5c956
commit
bb1c38e2f5
@@ -633,8 +633,8 @@ static const struct gpu_ops gv11b_ops = {
|
||||
nvgpu_check_and_set_context_reservation,
|
||||
.release_profiler_reservation =
|
||||
nvgpu_release_profiler_reservation,
|
||||
.perfbuffer_enable = gk20a_perfbuf_enable_locked,
|
||||
.perfbuffer_disable = gk20a_perfbuf_disable_locked,
|
||||
.perfbuffer_enable = NULL,
|
||||
.perfbuffer_disable = NULL,
|
||||
},
|
||||
.bus = {
|
||||
.init_hw = gk20a_bus_init_hw,
|
||||
|
||||
Reference in New Issue
Block a user