Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68295
b: refs/heads/master
c: 78d7e0e
h: refs/heads/master
i:
  68293: 83b61e4
  68291: 6efeb1d
  68287: 0d30168
v: v3
  • Loading branch information
Adrian McMenamin authored and Paul Mundt committed Oct 1, 2007
1 parent d18cb03 commit a99fd01
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 836624619b98535079053920a29a7e474ac17cbc
refs/heads/master: 78d7e0e5b8e5d662c3e4bdceadbd84c913e69614
2 changes: 2 additions & 0 deletions trunk/drivers/video/pvr2fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,8 @@ static int pvr2_init_cable(void)
related */
if (cable_type == CT_COMPOSITE)
fb_writel(3 << 8, VOUTC);
else if (cable_type == CT_RGB)
fb_writel(1 << 9, VOUTC);
else
fb_writel(0, VOUTC);

Expand Down

0 comments on commit a99fd01

Please sign in to comment.