summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
index eb361820..e08a7dc5 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
@@ -35,6 +35,7 @@ enum {
35#define NVC0C0_SET_SHADER_EXCEPTIONS 0x1528 35#define NVC0C0_SET_SHADER_EXCEPTIONS 0x1528
36 36
37void gp10b_init_gr(struct gpu_ops *ops); 37void gp10b_init_gr(struct gpu_ops *ops);
38int gr_gp10b_init_fs_state(struct gk20a *g);
38int gr_gp10b_alloc_buffer(struct vm_gk20a *vm, size_t size, 39int gr_gp10b_alloc_buffer(struct vm_gk20a *vm, size_t size,
39 struct mem_desc *mem); 40 struct mem_desc *mem);
40void gr_gp10b_create_sysfs(struct device *dev); 41void gr_gp10b_create_sysfs(struct device *dev);