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, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index edf1d548..b5ef3f0d 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -234,7 +234,11 @@ struct gpu_ops {
234 } gr_ctx; 234 } gr_ctx;
235 struct { 235 struct {
236 int (*set_sparse)(struct vm_gk20a *vm, u64 vaddr, 236 int (*set_sparse)(struct vm_gk20a *vm, u64 vaddr,
237 u32 num_pages, u32 pgsz_idx, bool refplus);
238 int (*put_empty)(struct vm_gk20a *vm, u64 vaddr,
237 u32 num_pages, u32 pgsz_idx); 239 u32 num_pages, u32 pgsz_idx);
240 void (*clear_sparse)(struct vm_gk20a *vm, u64 vaddr,
241 u64 size, u32 pgsz_idx);
238 } mm; 242 } mm;
239 struct { 243 struct {
240 int (*prepare_ucode)(struct gk20a *g); 244 int (*prepare_ucode)(struct gk20a *g);