Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344536
b: refs/heads/master
c: 60eb8d8
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han committed Nov 26, 2012
1 parent 1bac3e4 commit 73c4f1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: 99a2c61e639063803348c71c760c2fc272e83ec6
refs/heads/master: 60eb8d83f0f70ddf023eb781d7eafffe54f9c5c5
10 changes: 4 additions & 6 deletions trunk/include/video/samsung_fimd.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@

/* Interrupt controls and status */

#define VIDINTCON0 (0x130)
#define VIDINTCON0_FIFOINTERVAL_MASK (0x3f << 20)
#define VIDINTCON0_FIFOINTERVAL_SHIFT (20)
#define VIDINTCON0_FIFOINTERVAL_LIMIT (0x3f)
Expand Down Expand Up @@ -336,6 +337,9 @@
#define VIDINTCON0_FIFIOSEL_SHIFT (5)
#define VIDINTCON0_FIFIOSEL_WINDOW0 (0x1 << 5)
#define VIDINTCON0_FIFIOSEL_WINDOW1 (0x2 << 5)
#define VIDINTCON0_FIFIOSEL_WINDOW2 (0x10 << 5)
#define VIDINTCON0_FIFIOSEL_WINDOW3 (0x20 << 5)
#define VIDINTCON0_FIFIOSEL_WINDOW4 (0x40 << 5)

#define VIDINTCON0_FIFOLEVEL_MASK (0x7 << 2)
#define VIDINTCON0_FIFOLEVEL_SHIFT (2)
Expand Down Expand Up @@ -411,12 +415,6 @@
#define S3C_FB_MAX_WIN (5) /* number of hardware windows available. */
#define VIDCON1_FSTATUS_EVEN (1 << 15)

#define VIDINTCON0 (0x130)

#define VIDINTCON0_FIFIOSEL_WINDOW2 (0x10 << 5)
#define VIDINTCON0_FIFIOSEL_WINDOW3 (0x20 << 5)
#define VIDINTCON0_FIFIOSEL_WINDOW4 (0x40 << 5)

#define DITHMODE (0x170)
#define WINxMAP(_win) (0x180 + ((_win) * 4))

Expand Down

0 comments on commit 73c4f1d

Please sign in to comment.