[coreboot-gerrit] Patch merged into coreboot/master: rockchip/rk3399: Reserve enough framebuffer memory for 32bpp hires panels

gerrit at coreboot.org gerrit at coreboot.org
Wed Nov 2 10:31:35 CET 2016


the following patch was just integrated into master:
commit 1f60007be8d6dc10805aa094682a7890df727663
Author: Julius Werner <jwerner at chromium.org>
Date:   Mon Oct 17 17:29:09 2016 -0700

    rockchip/rk3399: Reserve enough framebuffer memory for 32bpp hires panels
    
    Some of our RK3399 devices have panel resolutions as high as 2400x1600.
    With 16bpp that barely still fit into an 8MB framebuffer, but then we
    changed it to 32bpp for better image quality...
    
    Note that this is a band-aid. Coreboot-allocated framebuffers shouldn't
    be used at all on ARM64 devices, since libpayload is perfectly capable
    to dynamically allocate it with the right size based on EDID-information
    on this architecture. That will require some more elaborate work to be
    fixed with later patches.
    
    BRANCH=gru
    BUG=chrome-os-partner:58044
    TEST=Warm-reboot Kevin on the dev screen, confirm that you don't see the
    lower half of the screen that overflowed our allocated framebuffer
    preserved from the last boot as soon as the backlight turns on.
    
    Change-Id: I00a63cfef35a8ee734543abbdb298344fb529283
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: d2718efcacb50371624d9f6a3b586c298e8c2fec
    Original-Change-Id: Ia1fa28971c65d7d0639966e715f742309245172b
    Original-Signed-off-by: Julius Werner <jwerner at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/399966
    Original-Reviewed-by: Daisuke Nojiri <dnojiri at chromium.org>
    Reviewed-on: https://review.coreboot.org/17108
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>


See https://review.coreboot.org/17108 for details.

-gerrit



More information about the coreboot-gerrit mailing list