summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
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 = {