Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294301
b: refs/heads/master
c: cc1d3e0
h: refs/heads/master
i:
  294299: df8440e
v: v3
  • Loading branch information
Danny Kukawka authored and Tomi Valkeinen committed Jan 25, 2012
1 parent 9717603 commit 1a84eb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1149c74419179d57fdcd506424da2444755e65d9
refs/heads/master: cc1d3e032df53d83d0ca4d537d8eb67eb5b3e808
5 changes: 5 additions & 0 deletions trunk/drivers/video/omap2/dss/venc.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,11 @@ void venc_dump_regs(struct seq_file *s)
{
#define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, venc_read_reg(r))

if (cpu_is_omap44xx()) {
seq_printf(s, "VENC currently disabled on OMAP44xx\n");
return;
}

if (venc_runtime_get())
return;

Expand Down

0 comments on commit 1a84eb1

Please sign in to comment.