summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.c5
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
index b0f65647..f50fec13 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
@@ -82,11 +82,6 @@ int gk20a_ce2_nonstall_isr(struct gk20a *g, u32 inst_id, u32 pri_base)
82 } 82 }
83 return ops; 83 return ops;
84} 84}
85void gk20a_init_ce2(struct gpu_ops *gops)
86{
87 gops->ce2.isr_stall = gk20a_ce2_isr;
88 gops->ce2.isr_nonstall = gk20a_ce2_nonstall_isr;
89}
90 85
91/* static CE app api */ 86/* static CE app api */
92static void gk20a_ce_notify_all_user(struct gk20a *g, u32 event) 87static void gk20a_ce_notify_all_user(struct gk20a *g, u32 event)
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
index 93905ab9..03117043 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
@@ -24,7 +24,6 @@
24#include "channel_gk20a.h" 24#include "channel_gk20a.h"
25#include "tsg_gk20a.h" 25#include "tsg_gk20a.h"
26 26
27void gk20a_init_ce2(struct gpu_ops *gops);
28void gk20a_ce2_isr(struct gk20a *g, u32 inst_id, u32 pri_base); 27void gk20a_ce2_isr(struct gk20a *g, u32 inst_id, u32 pri_base);
29int gk20a_ce2_nonstall_isr(struct gk20a *g, u32 inst_id, u32 pri_base); 28int gk20a_ce2_nonstall_isr(struct gk20a *g, u32 inst_id, u32 pri_base);
30 29