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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 0bbc66cf..5ca07d7f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -312,6 +312,7 @@ struct gpu_ops {
312 void (*set_big_page_size)(struct gk20a *g, 312 void (*set_big_page_size)(struct gk20a *g,
313 void *inst_ptr, int size); 313 void *inst_ptr, int size);
314 u32 (*get_big_page_sizes)(void); 314 u32 (*get_big_page_sizes)(void);
315 u32 (*get_physical_addr_bits)(struct gk20a *g);
315 } mm; 316 } mm;
316 struct { 317 struct {
317 int (*prepare_ucode)(struct gk20a *g); 318 int (*prepare_ucode)(struct gk20a *g);