summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/debug.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/debug.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/debug.c b/drivers/gpu/nvgpu/common/linux/debug.c
index f24c6ae7..e085aed4 100644
--- a/drivers/gpu/nvgpu/common/linux/debug.c
+++ b/drivers/gpu/nvgpu/common/linux/debug.c
@@ -173,11 +173,6 @@ void gk20a_debug_show_dump(struct gk20a *g, struct gk20a_debug_output *o)
173 gk20a_debug_dump_all_channel_status_ramfc(g, o); 173 gk20a_debug_dump_all_channel_status_ramfc(g, o);
174} 174}
175 175
176void gk20a_init_debug_ops(struct gpu_ops *gops)
177{
178 gops->debug.show_dump = gk20a_debug_show_dump;
179}
180
181static int railgate_residency_show(struct seq_file *s, void *data) 176static int railgate_residency_show(struct seq_file *s, void *data)
182{ 177{
183 struct gk20a *g = s->private; 178 struct gk20a *g = s->private;