From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753361AbbIKP0G (ORCPT ); Fri, 11 Sep 2015 11:26:06 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:36630 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753158AbbIKP0D convert rfc822-to-8bit (ORCPT ); Fri, 11 Sep 2015 11:26:03 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Javier Martinez Canillas , linux-kernel@vger.kernel.org From: Michael Turquette In-Reply-To: <1441892552-13819-1-git-send-email-javier@osg.samsung.com> Cc: "Javier Martinez Canillas" , "Kukjin Kim" , "Thierry Reding" , "Anand Moon" , "Russell King" , linux-samsung-soc@vger.kernel.org, "Krzysztof Kozlowski" , "Lukasz Majewski" , linux-arm-kernel@lists.infradead.org References: <1441892552-13819-1-git-send-email-javier@osg.samsung.com> Message-ID: <20150911152551.3201.92278@quantum> User-Agent: alot/0.3.6 Subject: Re: [PATCH] ARM: exynos_defconfig: Disable simplefb support Date: Fri, 11 Sep 2015 08:25:51 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Javier Martinez Canillas (2015-09-10 06:42:32) > The simplefb driver allows the kernel to render on a pre-allocated > buffer that's been initialized by firmware before the kernel boots. > > This option was enabled to have display working on the Exynos5250 > Snow Chromebook by commit da9d0fbf5e9a ("ARM: exynos: defconfig > update") since proper DRM/KMS support did not exist at that time. > > But now that the Exynos DRM driver has support for this hardware, > there is no need to have simplefb enabled. In fact, if a user has > a u-boot that injects the simplefb dev node to the FDT before pass > it to the kernel, display won't be properly initialized and only a > blank screen will be shown since there isn't a proper handoff from > the simplefb driver to the Exynos DRM driver. > > Signed-off-by: Javier Martinez Canillas Reviewed-by/Tested-by: Michael Turquette Thanks, this resolved one of the issues I had with U-boot that injected the simplefb node. Regards, Mike > > --- > > arch/arm/configs/exynos_defconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig > index 62f677f76a0b..20d878c83193 100644 > --- a/arch/arm/configs/exynos_defconfig > +++ b/arch/arm/configs/exynos_defconfig > @@ -139,7 +139,6 @@ CONFIG_DRM_EXYNOS_DSI=y > CONFIG_DRM_EXYNOS_HDMI=y > CONFIG_DRM_PANEL_SIMPLE=y > CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=y > -CONFIG_FB_SIMPLE=y > CONFIG_EXYNOS_VIDEO=y > CONFIG_EXYNOS_MIPI_DSI=y > CONFIG_LCD_CLASS_DEVICE=y > -- > 2.4.3 >