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, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 4333cd20..4ddea431 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -292,10 +292,6 @@ struct gpu_ops {
292 struct { 292 struct {
293 int (*set_sparse)(struct vm_gk20a *vm, u64 vaddr, 293 int (*set_sparse)(struct vm_gk20a *vm, u64 vaddr,
294 u32 num_pages, u32 pgsz_idx, bool refplus); 294 u32 num_pages, u32 pgsz_idx, bool refplus);
295 int (*put_empty)(struct vm_gk20a *vm, u64 vaddr,
296 u32 num_pages, u32 pgsz_idx);
297 void (*clear_sparse)(struct vm_gk20a *vm, u64 vaddr,
298 u64 size, u32 pgsz_idx);
299 bool (*is_debug_mode_enabled)(struct gk20a *g); 295 bool (*is_debug_mode_enabled)(struct gk20a *g);
300 u64 (*gmmu_map)(struct vm_gk20a *vm, 296 u64 (*gmmu_map)(struct vm_gk20a *vm,
301 u64 map_offset, 297 u64 map_offset,