equal
deleted
inserted
replaced
|
1 --- bootsplash.patch.orig 2011-03-28 13:59:49.856107437 +0200 |
|
2 +++ bootsplash.patch 2011-03-28 14:36:31.192175994 +0200 |
|
3 @@ -2493,7 +2493,7 @@ |
|
4 + return; |
|
5 + } |
|
6 +#endif |
|
7 - region.color = attr_bgcol_ec(bgshift, vc); |
|
8 + region.color = attr_bgcol_ec(bgshift, vc, info); |
|
9 region.dx = sx * vc->vc_font.width; |
|
10 region.dy = sy * vc->vc_font.height; |
|
11 @@ -160,6 +177,13 @@ |
|
12 @@ -2521,7 +2521,7 @@ |
|
13 + } |
|
14 +#endif |
|
15 + |
|
16 - region.color = attr_bgcol_ec(bgshift, vc); |
|
17 + region.color = attr_bgcol_ec(bgshift, vc, info); |
|
18 region.rop = ROP_COPY; |
|
19 |
|
20 @@ -379,6 +410,14 @@ |
|
21 @@ -2729,7 +2729,7 @@ |
|
22 @@ -13,6 +13,7 @@ |
|
23 obj-$(CONFIG_VT) += console/ |
|
24 obj-$(CONFIG_LOGO) += logo/ |
|
25 - obj-y += backlight/ |
|
26 + obj-y += backlight/ display/ |
|
27 +obj-$(CONFIG_BOOTSPLASH) += bootsplash/ |
|
28 |
|
29 obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o |