commit | 4000260625b9021f7168dfd6d8dfb505ec47b9e7 | [log] [tgz] |
---|---|---|
author | Jian Luo <jian.luo4@boschrexroth.de> | Mon Jul 06 16:31:29 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 14 18:03:18 2015 -0600 |
tree | c169b47e0c506de92d9f8a006317be3bccff2563 | |
parent | 589ff3222544fd8efc5651251f9a33149fc0d367 [diff] |
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>