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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 418ff45e..22e07288 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -500,7 +500,7 @@ static const struct gpu_ops gv100_ops = {
500 .deinit_eng_method_buffers = 500 .deinit_eng_method_buffers =
501 gv11b_fifo_deinit_eng_method_buffers, 501 gv11b_fifo_deinit_eng_method_buffers,
502 .tsg_bind_channel = gk20a_tsg_bind_channel, 502 .tsg_bind_channel = gk20a_tsg_bind_channel,
503 .tsg_unbind_channel = gk20a_tsg_unbind_channel, 503 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel,
504#ifdef CONFIG_TEGRA_GK20A_NVHOST 504#ifdef CONFIG_TEGRA_GK20A_NVHOST
505 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf, 505 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf,
506 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf, 506 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf,