Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1222528
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: exynos_defconfig: Disable simplefb support |
| Date | 2015-09-11 07:10 +0200 |
| Message-ID | <q7oKZ-8E-13@gated-at.bofh.it> (permalink) |
| References | <q7aoF-31n-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10.09.2015 22:42, Javier Martinez Canillas wrote:
> 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 <javier@osg.samsung.com>
>
> ---
>
> arch/arm/configs/exynos_defconfig | 1 -
> 1 file changed, 1 deletion(-)
Seems logical. None of the boards use simple-framebuffer compatible
anyway. I understand that on Snow simplefb was needed along with change
in Uboot like this one:
https://chromium.googlesource.com/chromiumos/third_party/u-boot/+/refs/changes/58/49358/2
and now none of Exynos boards use simplefb anymore?
Best regards,
Krzysztof
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ARM: exynos_defconfig: Disable simplefb support Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-10 15:50 +0200
Re: [PATCH] ARM: exynos_defconfig: Disable simplefb support Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-11 07:10 +0200
Re: [PATCH] ARM: exynos_defconfig: Disable simplefb support Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-11 09:10 +0200
Re: [PATCH] ARM: exynos_defconfig: Disable simplefb support Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-11 09:20 +0200
Re: [PATCH] ARM: exynos_defconfig: Disable simplefb support Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-11 09:50 +0200
Re: [PATCH] ARM: exynos_defconfig: Disable simplefb support Michael Turquette <mturquette@baylibre.com> - 2015-09-11 17:30 +0200
csiph-web