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 90d3338a..fa1b39fd 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -729,6 +729,7 @@ struct gpu_ops {
729 int (*secure_alloc)(struct gk20a *g, 729 int (*secure_alloc)(struct gk20a *g,
730 struct gr_ctx_buffer_desc *desc, 730 struct gr_ctx_buffer_desc *desc,
731 size_t size); 731 size_t size);
732 void (*fault_info_mem_destroy)(struct gk20a *g);
732 } mm; 733 } mm;
733 struct { 734 struct {
734 u32 (*enter)(struct gk20a *g, struct nvgpu_mem *mem, 735 u32 (*enter)(struct gk20a *g, struct nvgpu_mem *mem,