Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218743
b: refs/heads/master
c: 9133671
h: refs/heads/master
i:
  218741: 90d4931
  218739: 35f730b
  218735: ed383e5
v: v3
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Sep 24, 2010
1 parent d29197f commit 3280341
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 593 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: e3812ce4ee43f50a7423de70609f42990039f4ae
refs/heads/master: 91336712ce579dd8e83bc07bf0a45b7c6963eed2
8 changes: 7 additions & 1 deletion trunk/drivers/video/via/lcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@
#include <linux/via-core.h>
#include <linux/via_i2c.h>
#include "global.h"
#include "lcdtbl.h"

#define viafb_compact_res(x, y) (((x)<<16)|(y))

/* CLE266 Software Power Sequence */
/* {Mask}, {Data}, {Delay} */
int PowerSequenceOn[3][3] = { {0x10, 0x08, 0x06}, {0x10, 0x08, 0x06},
{0x19, 0x1FE, 0x01} };
int PowerSequenceOff[3][3] = { {0x06, 0x08, 0x10}, {0x00, 0x00, 0x00},
{0xD2, 0x19, 0x01} };

static struct _lcd_scaling_factor lcd_scaling_factor = {
/* LCD Horizontal Scaling Factor Register */
{LCD_HOR_SCALING_FACTOR_REG_NUM,
Expand Down
Loading

0 comments on commit 3280341

Please sign in to comment.