summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index ffddebe7..56b05e94 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -322,8 +322,8 @@ struct gpu_ops {
322 void (*init_kind_attr)(struct gk20a *g); 322 void (*init_kind_attr)(struct gk20a *g);
323 void (*set_mmu_page_size)(struct gk20a *g); 323 void (*set_mmu_page_size)(struct gk20a *g);
324 bool (*set_use_full_comp_tag_line)(struct gk20a *g); 324 bool (*set_use_full_comp_tag_line)(struct gk20a *g);
325 int (*compression_page_size)(struct gk20a *g); 325 unsigned int (*compression_page_size)(struct gk20a *g);
326 int (*compressible_page_size)(struct gk20a *g); 326 unsigned int (*compressible_page_size)(struct gk20a *g);
327 void (*dump_vpr_wpr_info)(struct gk20a *g); 327 void (*dump_vpr_wpr_info)(struct gk20a *g);
328 } fb; 328 } fb;
329 struct { 329 struct {