summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.h b/drivers/gpu/nvgpu/gm20b/gr_gm20b.h
index e7dd091a..d3adacd8 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.h
@@ -36,7 +36,7 @@ enum {
36#define NVB1C0_SET_RD_COALESCE 0x0228 36#define NVB1C0_SET_RD_COALESCE 0x0228
37 37
38#define NVA297_SET_SHADER_EXCEPTIONS_ENABLE_FALSE 0 38#define NVA297_SET_SHADER_EXCEPTIONS_ENABLE_FALSE 0
39void gm20b_init_gr(struct gpu_ops *gops); 39void gm20b_init_gr(struct gk20a *g);
40void gr_gm20b_commit_global_attrib_cb(struct gk20a *g, 40void gr_gm20b_commit_global_attrib_cb(struct gk20a *g,
41 struct channel_ctx_gk20a *ch_ctx, 41 struct channel_ctx_gk20a *ch_ctx,
42 u64 addr, bool patch); 42 u64 addr, bool patch);