summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index f576278d..c5b66201 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -714,7 +714,9 @@ int gp106_init_hal(struct gk20a *g)
714 gops->clock_gating = gp106_ops.clock_gating; 714 gops->clock_gating = gp106_ops.clock_gating;
715 gops->fifo = gp106_ops.fifo; 715 gops->fifo = gp106_ops.fifo;
716 gops->gr_ctx = gp106_ops.gr_ctx; 716 gops->gr_ctx = gp106_ops.gr_ctx;
717#ifdef CONFIG_GK20A_CTXSW_TRACE
717 gops->fecs_trace = gp106_ops.fecs_trace; 718 gops->fecs_trace = gp106_ops.fecs_trace;
719#endif
718 gops->mm = gp106_ops.mm; 720 gops->mm = gp106_ops.mm;
719 gops->pramin = gp106_ops.pramin; 721 gops->pramin = gp106_ops.pramin;
720 gops->therm = gp106_ops.therm; 722 gops->therm = gp106_ops.therm;