summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/cde_gp10b.h
diff options
context:
space:
mode:
authorSami Kiminki <skiminki@nvidia.com>2015-08-18 12:34:51 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:07 -0500
commit95a271905918d91468134728079c3025ea58b537 (patch)
treebde976d3e64bb7c92693560a72bbea81040d8dae /drivers/gpu/nvgpu/gp10b/cde_gp10b.h
parent6b2bfcbfe7f4134b7b640cdc61b250d27de5311f (diff)
gpu: nvgpu: Add CDE program number selection for GP10B
Add CDE program number selection for GP10B. Bug 1604102 Change-Id: I0054e670e3bc6b8c2380124eb58204088aaae275 Signed-off-by: Sami Kiminki <skiminki@nvidia.com> Reviewed-on: http://git-master/r/785459 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/cde_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/cde_gp10b.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/cde_gp10b.h b/drivers/gpu/nvgpu/gp10b/cde_gp10b.h
new file mode 100644
index 00000000..52f785f1
--- /dev/null
+++ b/drivers/gpu/nvgpu/gp10b/cde_gp10b.h
@@ -0,0 +1,23 @@
1/*
2 * GP10B CDE
3 *
4 * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved.
5 *
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,
8 * version 2, as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
14 */
15
16#ifndef _NVHOST_GP10B_CDE
17#define _NVHOST_GP10B_CDE
18
19struct gpu_ops;
20
21void gp10b_init_cde_ops(struct gpu_ops *gops);
22
23#endif