pmaports/device/testing/linux-lg-vee3e/0002-msm-fb-rgb-mode.patch

14 lines
574 B
Diff
Raw Normal View History

diff --git a/drivers/video/msm/mdss/mdss_fb.c b/drivers/video/msm/mdss/mdss_fb.c
index fda70941c6c..b676a0fd831 100644
--- a/drivers/video/msm/mdss/mdss_fb.c
+++ b/drivers/video/msm/mdss/mdss_fb.c
@@ -202,7 +202,7 @@ static int mdss_fb_probe(struct platform_device *pdev)
mfd->mdp_fb_page_protection = MDP_FB_PAGE_PROTECTION_WRITECOMBINE;
mfd->panel_info.frame_count = 0;
mfd->bl_level = 0;
- mfd->fb_imgType = MDP_RGBA_8888;
+ mfd->fb_imgType = MDP_RGB_8888;
mfd->iclient = msm_ion_client_create(-1, pdev->name);
if (IS_ERR(mfd->iclient))
mfd->iclient = NULL;