Loading drivers/video/fbdev/msm/mdss_fb.c +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * Core MDSS framebuffer driver. * * Copyright (C) 2007 Google Incorporated * Copyright (c) 2008-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2008-2019, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -1284,7 +1284,7 @@ static int mdss_fb_probe(struct platform_device *pdev) mfd->pdev = pdev; if (mfd->panel.type == SPI_PANEL) if (mfd->panel.type == SPI_PANEL || mfd->panel.type == EBI2_PANEL) mfd->fb_imgType = MDP_RGB_565; mfd->split_fb_left = mfd->split_fb_right = 0; Loading Loading
drivers/video/fbdev/msm/mdss_fb.c +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * Core MDSS framebuffer driver. * * Copyright (C) 2007 Google Incorporated * Copyright (c) 2008-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2008-2019, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -1284,7 +1284,7 @@ static int mdss_fb_probe(struct platform_device *pdev) mfd->pdev = pdev; if (mfd->panel.type == SPI_PANEL) if (mfd->panel.type == SPI_PANEL || mfd->panel.type == EBI2_PANEL) mfd->fb_imgType = MDP_RGB_565; mfd->split_fb_left = mfd->split_fb_right = 0; Loading