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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index a0068a6f..82ef0461 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -491,6 +491,7 @@ static const struct gpu_ops gp106_ops = {
491 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1, 491 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1,
492 .tsg_bind_channel = gk20a_tsg_bind_channel, 492 .tsg_bind_channel = gk20a_tsg_bind_channel,
493 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel, 493 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel,
494 .post_event_id = gk20a_tsg_event_id_post_event,
494#ifdef CONFIG_TEGRA_GK20A_NVHOST 495#ifdef CONFIG_TEGRA_GK20A_NVHOST
495 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 496 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
496 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 497 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,