]> git.sur5r.net Git - u-boot/commit
video: Add 32-bit color depth support for VBE
authorJian Luo <jian.luo4@boschrexroth.de>
Mon, 6 Jul 2015 08:31:29 +0000 (16:31 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Jul 2015 00:03:18 +0000 (18:03 -0600)
commit0e98a1473a85f2d8590f97653a36f90f55267732
treec169b47e0c506de92d9f8a006317be3bccff2563
parent1441d81a793507745603c4c3b9481930ebd53822
video: Add 32-bit color depth support for VBE

The TunnelCreek IGD VBE reports 32-bit color depth regardless 24-bit
color depth is configured. Since 24-bit mode already uses 4 bytes
internally, it should be OK to just add this option in switch case.

Signed-off-by: Jian Luo <jian.luo4@boschrexroth.de>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci_rom.c