projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
729b4f7
)
[ATYFB]: Fix build with CONFIG_FB_ATY_GENERIC_LCD disabled.
author
Tom 'spot' Callaway
<tcallawa@redhat.com>
Wed, 21 Sep 2005 07:29:16 +0000
(
00:29
-0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 21 Sep 2005 07:29:16 +0000
(
00:29
-0700)
Signed-off-by: Tom 'spot' Callaway <tcallawa@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/video/aty/xlinit.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/aty/xlinit.c
b/drivers/video/aty/xlinit.c
index 92643af12581312bb022b19ac95f2374e5c2dbd7..0bea0d8d78211a57b8d9f6d1358c343cc03715c0 100644
(file)
--- a/
drivers/video/aty/xlinit.c
+++ b/
drivers/video/aty/xlinit.c
@@
-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);
@@
-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);