Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261950
b: refs/heads/master
c: 4a9a5e3
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Jul 1, 2011
1 parent 7447540 commit bfba6dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24e6289c029b0cf5b4f75e12c1b66000d441c9ed
refs/heads/master: 4a9a5e390cb57f12de77b94b07dccf14752157ad
15 changes: 12 additions & 3 deletions trunk/drivers/video/omap2/dss/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,18 @@ static void dsi_perf_show(struct platform_device *dsidev, const char *name)
total_bytes * 1000 / total_us);
}
#else
#define dsi_perf_mark_setup(x)
#define dsi_perf_mark_start(x)
#define dsi_perf_show(x, y)
static inline void dsi_perf_mark_setup(struct platform_device *dsidev)
{
}

static inline void dsi_perf_mark_start(struct platform_device *dsidev)
{
}

static inline void dsi_perf_show(struct platform_device *dsidev,
const char *name)
{
}
#endif

static void print_irq_status(u32 status)
Expand Down

0 comments on commit bfba6dd

Please sign in to comment.