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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index f91e86df..19012bf5 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -695,7 +695,7 @@ struct gpu_ops {
695 * context buffer descriptor (especially fields destroy, sgt, 695 * context buffer descriptor (especially fields destroy, sgt,
696 * size). 696 * size).
697 */ 697 */
698 int (*secure_alloc)(struct device *dev, 698 int (*secure_alloc)(struct gk20a *g,
699 struct gr_ctx_buffer_desc *desc, 699 struct gr_ctx_buffer_desc *desc,
700 size_t size); 700 size_t size);
701 } mm; 701 } mm;