summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h b/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
index 02e53060..d17fd18a 100644
--- a/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -19,8 +19,8 @@
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22#ifndef __GR_CTX_GP106_H__ 22#ifndef NVGPU_GR_CTX_GP106_H
23#define __GR_CTX_GP106_H__ 23#define NVGPU_GR_CTX_GP106_H
24 24
25#include "gk20a/gr_ctx_gk20a.h" 25#include "gk20a/gr_ctx_gk20a.h"
26 26
@@ -31,4 +31,4 @@
31int gr_gp106_get_netlist_name(struct gk20a *g, int index, char *name); 31int gr_gp106_get_netlist_name(struct gk20a *g, int index, char *name);
32bool gr_gp106_is_firmware_defined(void); 32bool gr_gp106_is_firmware_defined(void);
33 33
34#endif /*__GR_CTX_GP106_H__*/ 34#endif /* NVGPU_GR_CTX_GP106_H */