summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index be9afd8b..8ddc538a 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -511,6 +511,7 @@ static const struct gpu_ops gv100_ops = {
511 .tsg_bind_channel = gk20a_tsg_bind_channel, 511 .tsg_bind_channel = gk20a_tsg_bind_channel,
512 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel, 512 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel,
513 .post_event_id = gk20a_tsg_event_id_post_event, 513 .post_event_id = gk20a_tsg_event_id_post_event,
514 .ch_abort_clean_up = gk20a_channel_abort_clean_up,
514#ifdef CONFIG_TEGRA_GK20A_NVHOST 515#ifdef CONFIG_TEGRA_GK20A_NVHOST
515 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf, 516 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf,
516 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf, 517 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf,