commit | a0705788ffd35f89676d66669126e7de7826dc2a | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Oct 01 00:36:02 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:25 2015 -0600 |
tree | 496efda53b1c41eda2eb30741cb6acf30fa24962 | |
parent | 5bc3f8a8a3f9e9dc8fb89e15f2b57d7dd2a1ac2d [diff] |
dm: pci: Enable VGA address forwarding on bridges To support graphics card behind a PCI bridge, the bridge control register (offset 0x3e) in the configuration space must turn on VGA address forwarding. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>