summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fifo_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/fifo_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fifo_gm20b.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.h b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.h
index ca452d21..1b1b8cc1 100644
--- a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GM20B Fifo 2 * GM20B Fifo
3 * 3 *
4 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -17,5 +17,13 @@
17#define _NVHOST_GM20B_FIFO 17#define _NVHOST_GM20B_FIFO
18struct gk20a; 18struct gk20a;
19 19
20void gm20b_init_fifo(struct gpu_ops *gops); 20void channel_gm20b_bind(struct channel_gk20a *c);
21void gm20b_fifo_trigger_mmu_fault(struct gk20a *g,
22 unsigned long engine_ids);
23u32 gm20b_fifo_get_num_fifos(struct gk20a *g);
24void gm20b_device_info_data_parse(struct gk20a *g,
25 u32 table_entry, u32 *inst_id,
26 u32 *pri_base, u32 *fault_id);
27void gm20b_fifo_init_pbdma_intr_descs(struct fifo_gk20a *f);
28
21#endif 29#endif