aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap2/dss/core.c')
-rw-r--r--drivers/video/omap2/dss/core.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/core.c b/drivers/video/omap2/dss/core.c
index 29497a0c9a91..dbb0ce243f0c 100644
--- a/drivers/video/omap2/dss/core.c
+++ b/drivers/video/omap2/dss/core.c
@@ -395,6 +395,14 @@ static int dss_initialize_debugfs(void)
395 debugfs_create_file("clk", S_IRUGO, dss_debugfs_dir, 395 debugfs_create_file("clk", S_IRUGO, dss_debugfs_dir,
396 &dss_debug_dump_clocks, &dss_debug_fops); 396 &dss_debug_dump_clocks, &dss_debug_fops);
397 397
398 debugfs_create_file("dispc_irq", S_IRUGO, dss_debugfs_dir,
399 &dispc_dump_irqs, &dss_debug_fops);
400
401#ifdef CONFIG_OMAP2_DSS_DSI
402 debugfs_create_file("dsi_irq", S_IRUGO, dss_debugfs_dir,
403 &dsi_dump_irqs, &dss_debug_fops);
404#endif
405
398 debugfs_create_file("dss", S_IRUGO, dss_debugfs_dir, 406 debugfs_create_file("dss", S_IRUGO, dss_debugfs_dir,
399 &dss_dump_regs, &dss_debug_fops); 407 &dss_dump_regs, &dss_debug_fops);
400 debugfs_create_file("dispc", S_IRUGO, dss_debugfs_dir, 408 debugfs_create_file("dispc", S_IRUGO, dss_debugfs_dir,