summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/fifo_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fifo_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
index df3015da..efa0c589 100644
--- a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
@@ -231,6 +231,7 @@ void gm20b_init_fifo(struct gpu_ops *gops)
231 gops->fifo.teardown_ch_tsg = gk20a_fifo_teardown_ch_tsg; 231 gops->fifo.teardown_ch_tsg = gk20a_fifo_teardown_ch_tsg;
232 gops->fifo.handle_sched_error = gk20a_fifo_handle_sched_error; 232 gops->fifo.handle_sched_error = gk20a_fifo_handle_sched_error;
233 gops->fifo.handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0; 233 gops->fifo.handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0;
234 gops->fifo.handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1;
234#ifdef CONFIG_TEGRA_GK20A_NVHOST 235#ifdef CONFIG_TEGRA_GK20A_NVHOST
235 gops->fifo.alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf; 236 gops->fifo.alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf;
236 gops->fifo.free_syncpt_buf = gk20a_fifo_free_syncpt_buf; 237 gops->fifo.free_syncpt_buf = gk20a_fifo_free_syncpt_buf;