* Added redscreen kernel patch and xorg config * Moved weston and x11 specific config to subpackage * Removed deviceinfo_weston_pixman_type for hammerhead * Added msm-fb-refresher to hammerhead
14 lines
444 B
Diff
14 lines
444 B
Diff
diff --git a/drivers/video/msm/mdss/mdss_fb.c b/drivers/video/msm/mdss/mdss_fb.c
|
|
index 53112ca6..69673017 100644
|
|
--- a/drivers/video/msm/mdss/mdss_fb.c
|
|
+++ b/drivers/video/msm/mdss/mdss_fb.c
|
|
@@ -569,7 +569,7 @@ static int mdss_fb_probe(struct platform_device *pdev)
|
|
mfd->bl_level = 0;
|
|
mfd->bl_scale = 1024;
|
|
mfd->bl_min_lvl = 30;
|
|
- mfd->fb_imgType = MDP_RGBA_8888;
|
|
+ mfd->fb_imgType = MDP_RGB_888;
|
|
|
|
mfd->pdev = pdev;
|
|
if (pdata->next)
|