summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/fb_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fb_gm20b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fb_gm20b.c b/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
index c65cd450..ecc1d0d5 100644
--- a/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
@@ -101,12 +101,12 @@ static bool gm20b_fb_set_use_full_comp_tag_line(struct gk20a *g)
101 return true; 101 return true;
102} 102}
103 103
104static int gm20b_fb_compression_page_size(struct gk20a *g) 104static unsigned int gm20b_fb_compression_page_size(struct gk20a *g)
105{ 105{
106 return SZ_128K; 106 return SZ_128K;
107} 107}
108 108
109static int gm20b_fb_compressible_page_size(struct gk20a *g) 109static unsigned int gm20b_fb_compressible_page_size(struct gk20a *g)
110{ 110{
111 return SZ_64K; 111 return SZ_64K;
112} 112}