summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index e4e9323b..97660917 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -524,7 +524,7 @@ static const struct gpu_ops gv11b_ops = {
524 .deinit_eng_method_buffers = 524 .deinit_eng_method_buffers =
525 gv11b_fifo_deinit_eng_method_buffers, 525 gv11b_fifo_deinit_eng_method_buffers,
526 .tsg_bind_channel = gk20a_tsg_bind_channel, 526 .tsg_bind_channel = gk20a_tsg_bind_channel,
527 .tsg_unbind_channel = gk20a_tsg_unbind_channel, 527 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel,
528#ifdef CONFIG_TEGRA_GK20A_NVHOST 528#ifdef CONFIG_TEGRA_GK20A_NVHOST
529 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf, 529 .alloc_syncpt_buf = gv11b_fifo_alloc_syncpt_buf,
530 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf, 530 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf,