]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:25 +0000 (13:29 +0200)
commit0b1c44fe5973a851027bb7b8f6cc206c3e6f80f8
treed505bffaf4af746edce65cfa2a44f75078176c37
parent5f25ffa473540f969b479489aa37b6c7042d4317
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