summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/fb_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/fb_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/fb_gp10b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/fb_gp10b.c b/drivers/gpu/nvgpu/gp10b/fb_gp10b.c
index 9c0bc992..5324b5ef 100644
--- a/drivers/gpu/nvgpu/gp10b/fb_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/fb_gp10b.c
@@ -87,12 +87,12 @@ static void gp10b_init_kind_attr(void)
87 } 87 }
88} 88}
89 89
90static int gp10b_fb_compression_page_size(struct gk20a *g) 90static unsigned int gp10b_fb_compression_page_size(struct gk20a *g)
91{ 91{
92 return SZ_64K; 92 return SZ_64K;
93} 93}
94 94
95static int gp10b_fb_compressible_page_size(struct gk20a *g) 95static unsigned int gp10b_fb_compressible_page_size(struct gk20a *g)
96{ 96{
97 return SZ_4K; 97 return SZ_4K;
98} 98}