summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
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);