summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/fb/fb_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/fb/fb_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/common/fb/fb_gp106.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/fb/fb_gp106.h b/drivers/gpu/nvgpu/common/fb/fb_gp106.h
index bb4ccd6b..25f5fce2 100644
--- a/drivers/gpu/nvgpu/common/fb/fb_gp106.h
+++ b/drivers/gpu/nvgpu/common/fb/fb_gp106.h
@@ -24,7 +24,7 @@
24#define FB_GP106_H 24#define FB_GP106_H
25struct gpu_ops; 25struct gpu_ops;
26 26
27void gp106_fb_reset(struct gk20a *g); 27void gp106_fb_init_fs_state(struct gk20a *g);
28size_t gp106_fb_get_vidmem_size(struct gk20a *g); 28size_t gp106_fb_get_vidmem_size(struct gk20a *g);
29 29
30#endif 30#endif