summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ce2_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
index 5cdd233e..7ecf130f 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
@@ -144,9 +144,12 @@ int gk20a_ce_execute_ops(struct device *dev,
144 struct gk20a_fence *gk20a_fence_in, 144 struct gk20a_fence *gk20a_fence_in,
145 u32 submit_flags, 145 u32 submit_flags,
146 struct gk20a_fence **gk20a_fence_out); 146 struct gk20a_fence **gk20a_fence_out);
147void gk20a_ce_delete_context_priv(struct gk20a *g,
148 u32 ce_ctx_id);
147void gk20a_ce_delete_context(struct device *dev, 149void gk20a_ce_delete_context(struct device *dev,
148 u32 ce_ctx_id); 150 u32 ce_ctx_id);
149 151
152
150#ifdef CONFIG_DEBUG_FS 153#ifdef CONFIG_DEBUG_FS
151/* CE app debugfs api */ 154/* CE app debugfs api */
152void gk20a_ce_debugfs_init(struct device *dev); 155void gk20a_ce_debugfs_init(struct device *dev);