summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2017-09-27 17:15:02 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-03 16:33:03 -0400
commit058485d28538b033636180c11592a9088878c807 (patch)
tree48b2a066d13a3316ff146d1b71f33c45bce5fab4 /drivers/gpu/nvgpu/gv100/hal_gv100.c
parent0d63e22a9920eb1e3d8653665cda650eca2311cd (diff)
gpu: nvgpu: gv100: disable ctxsw trace
ctxsw_trace need modifications with subcontext. Disable it for time-being. Change-Id: I0f0e3d0653e159dca09c40c8d0b4c46643cd0496 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1569629 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: David Martinez Nieto <dmartineznie@nvidia.com> Tested-by: David Martinez Nieto <dmartineznie@nvidia.com> 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/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index caa43a95..c9b9a1ca 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -465,20 +465,20 @@ static const struct gpu_ops gv100_ops = {
465 }, 465 },
466#ifdef CONFIG_GK20A_CTXSW_TRACE 466#ifdef CONFIG_GK20A_CTXSW_TRACE
467 .fecs_trace = { 467 .fecs_trace = {
468 .alloc_user_buffer = gk20a_ctxsw_dev_ring_alloc, 468 .alloc_user_buffer = NULL,
469 .free_user_buffer = gk20a_ctxsw_dev_ring_free, 469 .free_user_buffer = NULL,
470 .mmap_user_buffer = gk20a_ctxsw_dev_mmap_buffer, 470 .mmap_user_buffer = NULL,
471 .init = gk20a_fecs_trace_init, 471 .init = NULL,
472 .deinit = gk20a_fecs_trace_deinit, 472 .deinit = NULL,
473 .enable = gk20a_fecs_trace_enable, 473 .enable = NULL,
474 .disable = gk20a_fecs_trace_disable, 474 .disable = NULL,
475 .is_enabled = gk20a_fecs_trace_is_enabled, 475 .is_enabled = NULL,
476 .reset = gk20a_fecs_trace_reset, 476 .reset = NULL,
477 .flush = gp10b_fecs_trace_flush, 477 .flush = NULL,
478 .poll = gk20a_fecs_trace_poll, 478 .poll = NULL,
479 .bind_channel = gk20a_fecs_trace_bind_channel, 479 .bind_channel = NULL,
480 .unbind_channel = gk20a_fecs_trace_unbind_channel, 480 .unbind_channel = NULL,
481 .max_entries = gk20a_gr_max_entries, 481 .max_entries = NULL,
482 }, 482 },
483#endif /* CONFIG_GK20A_CTXSW_TRACE */ 483#endif /* CONFIG_GK20A_CTXSW_TRACE */
484 .mm = { 484 .mm = {