From 69222f2de6cf9a29ee5999d9802d806b6966a7e1 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Mon, 27 Mar 2017 12:26:32 -0700 Subject: 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 Reviewed-on: https://git-master/r/1329373 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gm20b/fifo_gm20b.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gm20b/fifo_gm20b.c') 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) gops->fifo.teardown_ch_tsg = gk20a_fifo_teardown_ch_tsg; gops->fifo.handle_sched_error = gk20a_fifo_handle_sched_error; gops->fifo.handle_pbdma_intr_0 = gk20a_fifo_handle_pbdma_intr_0; + gops->fifo.handle_pbdma_intr_1 = gk20a_fifo_handle_pbdma_intr_1; #ifdef CONFIG_TEGRA_GK20A_NVHOST gops->fifo.alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf; gops->fifo.free_syncpt_buf = gk20a_fifo_free_syncpt_buf; -- cgit v1.2.2