summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c b/drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c
index aef0c9b3..58d8fda1 100644
--- a/drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fecs_trace_gk20a.c
@@ -745,6 +745,7 @@ static int gk20a_fecs_trace_disable(struct gk20a *g)
745 745
746void gk20a_init_fecs_trace_ops(struct gpu_ops *ops) 746void gk20a_init_fecs_trace_ops(struct gpu_ops *ops)
747{ 747{
748 gk20a_ctxsw_trace_init_ops(ops);
748 ops->fecs_trace.init = gk20a_fecs_trace_init; 749 ops->fecs_trace.init = gk20a_fecs_trace_init;
749 ops->fecs_trace.deinit = gk20a_fecs_trace_deinit; 750 ops->fecs_trace.deinit = gk20a_fecs_trace_deinit;
750 ops->fecs_trace.enable = gk20a_fecs_trace_enable; 751 ops->fecs_trace.enable = gk20a_fecs_trace_enable;