summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 2d53a926..e390e4dd 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -431,6 +431,7 @@ static const struct gpu_ops gm20b_ops = {
431 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1, 431 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1,
432 .tsg_bind_channel = gk20a_tsg_bind_channel, 432 .tsg_bind_channel = gk20a_tsg_bind_channel,
433 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel, 433 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel,
434 .post_event_id = gk20a_tsg_event_id_post_event,
434#ifdef CONFIG_TEGRA_GK20A_NVHOST 435#ifdef CONFIG_TEGRA_GK20A_NVHOST
435 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 436 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
436 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 437 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,