commit | bbbcb5262839e19fa4c327e1797db08468fc6743 | [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 | 069155cbb44c1e9e45676ac64e3c95f76a8d5820 [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>