summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/dev.h
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2011-01-24 12:35:11 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:36:56 -0800
commitdcb1acbe128f7f3923508bbf8ead3586781918ab (patch)
treedeab5920b45329493fc19987c2e6863f62f57d28 /drivers/video/tegra/host/dev.h
parent65f8ea39ef30a5a70174679099801f44aecd478f (diff)
video: tegra: dump host state when timing out on suspend
Change-Id: I718fb071ac74f5a051a7d5b9fcdd782163ed48b6 Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'drivers/video/tegra/host/dev.h')
-rw-r--r--drivers/video/tegra/host/dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/tegra/host/dev.h b/drivers/video/tegra/host/dev.h
index ae9847c2bd74..4f71ff5d9a9d 100644
--- a/drivers/video/tegra/host/dev.h
+++ b/drivers/video/tegra/host/dev.h
@@ -48,5 +48,6 @@ struct nvhost_master {
};
void nvhost_debug_init(struct nvhost_master *master);
+void nvhost_debug_dump(void);
#endif