summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h b/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
index 9172e151..414634da 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GM20B Graphics Context 2 * GM20B Graphics Context
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,
@@ -24,6 +24,7 @@
24/*#undef GM20B_NETLIST_IMAGE_FW_NAME*/ 24/*#undef GM20B_NETLIST_IMAGE_FW_NAME*/
25#define GM20B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_B 25#define GM20B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_B
26 26
27void gm20b_init_gr_ctx(struct gpu_ops *gops); 27int gr_gm20b_get_netlist_name(struct gk20a *g, int index, char *name);
28bool gr_gm20b_is_firmware_defined(void);
28 29
29#endif /*__GR_CTX_GM20B_H__*/ 30#endif /*__GR_CTX_GM20B_H__*/