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 6598d7f6..677f2a89 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -506,6 +506,7 @@ static const struct gpu_ops gv100_ops = {
506 gv11b_fifo_deinit_eng_method_buffers, 506 gv11b_fifo_deinit_eng_method_buffers,
507 .tsg_bind_channel = gk20a_tsg_bind_channel, 507 .tsg_bind_channel = gk20a_tsg_bind_channel,
508 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel, 508 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel,
509 .post_event_id = gk20a_tsg_event_id_post_event,
509#ifdef CONFIG_TEGRA_GK20A_NVHOST 510#ifdef CONFIG_TEGRA_GK20A_NVHOST
510 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf, 511 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf,
511 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf, 512 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf,