summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/debug_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/debug_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/debug_gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/debug_gk20a.h b/drivers/gpu/nvgpu/gk20a/debug_gk20a.h
index 30c87f35..620688cb 100644
--- a/drivers/gpu/nvgpu/gk20a/debug_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/debug_gk20a.h
@@ -29,8 +29,12 @@ struct gk20a_debug_output {
29 char buf[256]; 29 char buf[256];
30}; 30};
31 31
32void gk20a_debug_output(struct gk20a_debug_output *o,
33 const char *fmt, ...);
34
32void gk20a_debug_dump(struct platform_device *pdev); 35void gk20a_debug_dump(struct platform_device *pdev);
33void gk20a_debug_show_dump(struct gk20a *g, struct gk20a_debug_output *o); 36void gk20a_debug_show_dump(struct gk20a *g, struct gk20a_debug_output *o);
37int gk20a_gr_debug_dump(struct platform_device *pdev);
34void gk20a_debug_init(struct platform_device *pdev); 38void gk20a_debug_init(struct platform_device *pdev);
35void gk20a_init_debug_ops(struct gpu_ops *gops); 39void gk20a_init_debug_ops(struct gpu_ops *gops);
36 40