summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
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/gk20a/gk20a.h
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/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index ffce1c5e..61d2dd84 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -492,6 +492,9 @@ struct gpu_ops {
492 unsigned int (*handle_pbdma_intr_0)(struct gk20a *g, 492 unsigned int (*handle_pbdma_intr_0)(struct gk20a *g,
493 u32 pbdma_id, u32 pbdma_intr_0, 493 u32 pbdma_id, u32 pbdma_intr_0,
494 u32 *handled, u32 *error_notifier); 494 u32 *handled, u32 *error_notifier);
495 unsigned int (*handle_pbdma_intr_1)(struct gk20a *g,
496 u32 pbdma_id, u32 pbdma_intr_1,
497 u32 *handled, u32 *error_notifier);
495#ifdef CONFIG_TEGRA_GK20A_NVHOST 498#ifdef CONFIG_TEGRA_GK20A_NVHOST
496 int (*alloc_syncpt_buf)(struct channel_gk20a *c, 499 int (*alloc_syncpt_buf)(struct channel_gk20a *c,
497 u32 syncpt_id, struct nvgpu_mem *syncpt_buf); 500 u32 syncpt_id, struct nvgpu_mem *syncpt_buf);