Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9138
b: refs/heads/master
c: 1a3e64a
h: refs/heads/master
v: v3
  • Loading branch information
Tom 'spot' Callaway authored and David S. Miller committed Sep 21, 2005
1 parent 09ee7b6 commit 6d0fe40
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: 729b4f7de68191478b20fab19a6d0c6b8c4380c9
refs/heads/master: 1a3e64aa480101d11d8cac94ca57fd8bbe2536b7
5 changes: 4 additions & 1 deletion trunk/drivers/video/aty/xlinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ int atyfb_xl_init(struct fb_info *info)
const struct xl_card_cfg_t * card = &card_cfg[xl_card];
struct atyfb_par *par = (struct atyfb_par *) info->par;
union aty_pll pll;
int i, err;
int err;
u32 temp;

aty_st_8(CONFIG_STAT0, 0x85, par);
Expand Down Expand Up @@ -252,9 +252,12 @@ int atyfb_xl_init(struct fb_info *info)
aty_st_le32(0xEC, 0x00000000, par);
aty_st_le32(0xFC, 0x00000000, par);

#if defined (CONFIG_FB_ATY_GENERIC_LCD)
int i;
for (i=0; i<sizeof(lcd_tbl)/sizeof(lcd_tbl_t); i++) {
aty_st_lcd(lcd_tbl[i].lcd_reg, lcd_tbl[i].val, par);
}
#endif

aty_st_le16(CONFIG_STAT0, 0x00A4, par);
mdelay(10);
Expand Down

0 comments on commit 6d0fe40

Please sign in to comment.