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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 7a57672e..edf1be37 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -487,7 +487,7 @@ static const struct gpu_ops gp106_ops = {
487 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0, 487 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0,
488 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1, 488 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1,
489 .tsg_bind_channel = gk20a_tsg_bind_channel, 489 .tsg_bind_channel = gk20a_tsg_bind_channel,
490 .tsg_unbind_channel = gk20a_tsg_unbind_channel, 490 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel,
491#ifdef CONFIG_TEGRA_GK20A_NVHOST 491#ifdef CONFIG_TEGRA_GK20A_NVHOST
492 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 492 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
493 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 493 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,