summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/debug.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2011-11-22 09:48:03 +0200
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:50:23 -0800
commitdfca0a2147908acaaadf77e916fac9a423b76fa8 (patch)
treed6dcd36224f7506cf24993da6fc7b7ac864e50e7 /drivers/video/tegra/host/debug.h
parented6dc2c9ecf207abb94ba041aede0434281af1e2 (diff)
video: tegra: host: Add syncpt and cmdbuf to trace
Add sync point information and contents of command buffers to ftrace output. Change-Id: Ie30e2208da3f76315e6d706c841190eff22dd09d Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/66072 Tested-by: Gerrit_Virtual_Submit Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com> Rebase-Id: Rcb8cda3b5720036e28b112558baa0f4d2b37a7a8
Diffstat (limited to 'drivers/video/tegra/host/debug.h')
-rw-r--r--drivers/video/tegra/host/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/tegra/host/debug.h b/drivers/video/tegra/host/debug.h
index 0e9e51e5f955..9dd3a1995478 100644
--- a/drivers/video/tegra/host/debug.h
+++ b/drivers/video/tegra/host/debug.h
@@ -46,5 +46,6 @@ void nvhost_debug_output(struct output *o, const char* fmt, ...);
extern pid_t nvhost_debug_force_timeout_pid;
extern u32 nvhost_debug_force_timeout_val;
extern u32 nvhost_debug_force_timeout_channel;
+extern unsigned int nvhost_debug_trace_cmdbuf;
#endif /*__NVHOST_DEBUG_H */