summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 65fdf714..783dfcdd 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -464,6 +464,7 @@ static const struct gpu_ops gp10b_ops = {
464 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1, 464 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1,
465 .tsg_bind_channel = gk20a_tsg_bind_channel, 465 .tsg_bind_channel = gk20a_tsg_bind_channel,
466 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel, 466 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel,
467 .post_event_id = gk20a_tsg_event_id_post_event,
467#ifdef CONFIG_TEGRA_GK20A_NVHOST 468#ifdef CONFIG_TEGRA_GK20A_NVHOST
468 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 469 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
469 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 470 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,