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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index eb3d1f9d..0fd983a2 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -460,7 +460,7 @@ static const struct gpu_ops gp10b_ops = {
460 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0, 460 .handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0,
461 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1, 461 .handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1,
462 .tsg_bind_channel = gk20a_tsg_bind_channel, 462 .tsg_bind_channel = gk20a_tsg_bind_channel,
463 .tsg_unbind_channel = gk20a_tsg_unbind_channel, 463 .tsg_unbind_channel = gk20a_fifo_tsg_unbind_channel,
464#ifdef CONFIG_TEGRA_GK20A_NVHOST 464#ifdef CONFIG_TEGRA_GK20A_NVHOST
465 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 465 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
466 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 466 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,