summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-03-27 15:26:32 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-27 06:57:00 -0400
commit69222f2de6cf9a29ee5999d9802d806b6966a7e1 (patch)
treebae9d6d619ba14953b023e4808278047b8b6afac /drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
parentf2f68430372d42be0b51b7475d8b8236894d96f5 (diff)
gpu: nvgpu: add fifo ops for handling pbdma_intr_1
This is needed to handle new pbmda intr_1 in t19x JIRA GPUT19X-47 Change-Id: If75de0b57f3f18420aff07ee99feaad67ac63752 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master/r/1329373 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
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;