summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/fb/fb_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/fb/fb_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/common/fb/fb_gm20b.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/fb/fb_gm20b.h b/drivers/gpu/nvgpu/common/fb/fb_gm20b.h
index cb5b5d9a..d69f8618 100644
--- a/drivers/gpu/nvgpu/common/fb/fb_gm20b.h
+++ b/drivers/gpu/nvgpu/common/fb/fb_gm20b.h
@@ -43,7 +43,8 @@ u32 gm20b_fb_mmu_debug_rd(struct gk20a *g);
43unsigned int gm20b_fb_compression_page_size(struct gk20a *g); 43unsigned int gm20b_fb_compression_page_size(struct gk20a *g);
44unsigned int gm20b_fb_compressible_page_size(struct gk20a *g); 44unsigned int gm20b_fb_compressible_page_size(struct gk20a *g);
45u32 gm20b_fb_compression_align_mask(struct gk20a *g); 45u32 gm20b_fb_compression_align_mask(struct gk20a *g);
46void gm20b_fb_dump_vpr_wpr_info(struct gk20a *g); 46void gm20b_fb_dump_vpr_info(struct gk20a *g);
47void gm20b_fb_dump_wpr_info(struct gk20a *g);
47void gm20b_fb_read_wpr_info(struct gk20a *g, struct wpr_carveout_info *inf); 48void gm20b_fb_read_wpr_info(struct gk20a *g, struct wpr_carveout_info *inf);
48int gm20b_fb_vpr_info_fetch(struct gk20a *g); 49int gm20b_fb_vpr_info_fetch(struct gk20a *g);
49bool gm20b_fb_debug_mode_enabled(struct gk20a *g); 50bool gm20b_fb_debug_mode_enabled(struct gk20a *g);