summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index ba932df2..1efa920c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -396,7 +396,6 @@ struct gpu_ops {
396 int (*commit_global_timeslice)(struct gk20a *g, 396 int (*commit_global_timeslice)(struct gk20a *g,
397 struct channel_gk20a *c, bool patch); 397 struct channel_gk20a *c, bool patch);
398 int (*commit_inst)(struct channel_gk20a *c, u64 gpu_va); 398 int (*commit_inst)(struct channel_gk20a *c, u64 gpu_va);
399 void (*restore_context_header)(struct gk20a *g, struct nvgpu_mem *ctxheader);
400 void (*write_zcull_ptr)(struct gk20a *g, 399 void (*write_zcull_ptr)(struct gk20a *g,
401 struct nvgpu_mem *mem, u64 gpu_va); 400 struct nvgpu_mem *mem, u64 gpu_va);
402 void (*write_pm_ptr)(struct gk20a *g, 401 void (*write_pm_ptr)(struct gk20a *g,