Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145343
b: refs/heads/master
c: 53b7479
h: refs/heads/master
i:
  145341: 8ec2cee
  145339: ed43e97
  145335: 63df548
  145327: e83fc28
  145311: bfdfd7e
  145279: c6cdc61
v: v3
  • Loading branch information
Nicolas Ferre authored and Linus Torvalds committed May 29, 2009
1 parent 2a8c278 commit 9681397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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: 17663e59704bea838a9236f299104e30909a43b1
refs/heads/master: 53b7479bbdaedcc7846c66fd608fe66f1b5aa35b
10 changes: 2 additions & 8 deletions trunk/drivers/video/atmel_lcdfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,8 @@

/* configurable parameters */
#define ATMEL_LCDC_CVAL_DEFAULT 0xc8
#define ATMEL_LCDC_DMA_BURST_LEN 8

#if defined(CONFIG_ARCH_AT91SAM9263) || defined(CONFIG_ARCH_AT91CAP9) || \
defined(CONFIG_ARCH_AT91SAM9RL)
#define ATMEL_LCDC_FIFO_SIZE 2048
#else
#define ATMEL_LCDC_FIFO_SIZE 512
#endif
#define ATMEL_LCDC_DMA_BURST_LEN 8 /* words */
#define ATMEL_LCDC_FIFO_SIZE 512 /* words */

#if defined(CONFIG_ARCH_AT91)
#define ATMEL_LCDFB_FBINFO_DEFAULT (FBINFO_DEFAULT \
Expand Down

0 comments on commit 9681397

Please sign in to comment.