summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-06-04 13:54:11 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-06-10 12:50:08 -0400
commit89bcbe7d315b63a62fbda706986d72cbe9588b5d (patch)
tree1a2a2bfbe532744e3615602949b80513aac87aef /drivers/gpu/nvgpu/gm20b/gr_gm20b.h
parentc5367d735066b67798686ccf304753fb52fccb68 (diff)
gpu: nvgpu: Fix prefix and export commit attrib cb
Change-Id: I8309837978b069fa5d416b7713654d6b71543c77 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/755212 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.h b/drivers/gpu/nvgpu/gm20b/gr_gm20b.h
index fd109eec..646c16d9 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.h
@@ -43,4 +43,7 @@ enum {
43 43
44#define NVA297_SET_SHADER_EXCEPTIONS_ENABLE_FALSE 0 44#define NVA297_SET_SHADER_EXCEPTIONS_ENABLE_FALSE 0
45void gm20b_init_gr(struct gpu_ops *gops); 45void gm20b_init_gr(struct gpu_ops *gops);
46void gr_gm20b_commit_global_attrib_cb(struct gk20a *g,
47 struct channel_ctx_gk20a *ch_ctx,
48 u64 addr, bool patch);
46#endif 49#endif