Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344539
b: refs/heads/master
c: b4da9c9
h: refs/heads/master
i:
  344537: d939875
  344535: 1bac3e4
v: v3
  • Loading branch information
Jingoo Han committed Nov 26, 2012
1 parent 86d7f87 commit f750398
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 31dd94f9591b5c4c8773468b9592e96dbb5a5a5f
refs/heads/master: b4da9c9addcf9ba7bed6314884b904ee646aa171
5 changes: 4 additions & 1 deletion trunk/include/video/samsung_fimd.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@

#define VIDCON0 (0x00)
#define VIDCON0_INTERLACE (1 << 29)
#define VIDCON0_VIDOUT_MASK (0x3 << 26)
#define VIDCON0_VIDOUT_MASK (0x7 << 26)
#define VIDCON0_VIDOUT_SHIFT (26)
#define VIDCON0_VIDOUT_RGB (0x0 << 26)
#define VIDCON0_VIDOUT_TV (0x1 << 26)
#define VIDCON0_VIDOUT_I80_LDI0 (0x2 << 26)
#define VIDCON0_VIDOUT_I80_LDI1 (0x3 << 26)
#define VIDCON0_VIDOUT_WB_RGB (0x4 << 26)
#define VIDCON0_VIDOUT_WB_I80_LDI0 (0x6 << 26)
#define VIDCON0_VIDOUT_WB_I80_LDI1 (0x7 << 26)

#define VIDCON0_L1_DATA_MASK (0x7 << 23)
#define VIDCON0_L1_DATA_SHIFT (23)
Expand Down

0 comments on commit f750398

Please sign in to comment.