commit | 7e8d473bc1aba59f2f8e254d6442981b76ffaf91 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Aug 02 15:05:16 2021 +0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 03 00:03:14 2021 +0800 |
tree | 22b5ba30c46d7ca3f5ad64c20cc4df27c871076a | |
parent | 20ac76b7984b9c5ddcaf4c2b721142d583544692 [diff] |
x86: crownbay: Use external graphics card by default The board routes the Integrated Graphics Device (IGD) to an LVDS panel, which is less popular than a PCIe based graphics card. Disable the IGD so that it does not show up in the PCI configuration space as a VGA display controller, so we can use an external PCIe graphics card with whatever cable we have. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>