Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208487
b: refs/heads/master
c: dc8498c
h: refs/heads/master
i:
  208485: ffa1567
  208483: 805ef43
  208479: 3b053a3
v: v3
  • Loading branch information
InKi Dae authored and Linus Torvalds committed Aug 11, 2010
1 parent f2a4cf0 commit 0420d20
Show file tree
Hide file tree
Showing 3 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: ad04490a171915737c9b99d2fa5cb813830f24c1
refs/heads/master: dc8498c00f6a41a28f01111a3d2ed9f179356a71
1 change: 1 addition & 0 deletions trunk/arch/arm/plat-samsung/include/plat/regs-fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
#define WINCONx_BITSWP (1 << 18)
#define WINCONx_BYTSWP (1 << 17)
#define WINCONx_HAWSWP (1 << 16)
#define WINCONx_WSWP (1 << 15)
#define WINCONx_BURSTLEN_MASK (0x3 << 9)
#define WINCONx_BURSTLEN_SHIFT (9)
#define WINCONx_BURSTLEN_16WORD (0x0 << 9)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/s3c-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ static int s3c_fb_set_par(struct fb_info *info)
else
data |= WINCON0_BPPMODE_24BPP_888;

data |= WINCONx_WSWP;
data |= WINCONx_BURSTLEN_16WORD;
break;
}
Expand Down

0 comments on commit 0420d20

Please sign in to comment.