26 lines
804 B
Diff
26 lines
804 B
Diff
|
From 71de9d92e78ae0a7c351f9daf84109bbbaca400a Mon Sep 17 00:00:00 2001
|
||
|
From: Gerd Hoffmann <kraxel@redhat.com>
|
||
|
Date: Thu, 13 Mar 2014 08:08:41 +0100
|
||
|
Subject: [PATCH] pick up any display device, not only vga
|
||
|
|
||
|
---
|
||
|
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
|
||
|
index ab9c93e..d3f5908 100644
|
||
|
--- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
|
||
|
+++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
|
||
|
@@ -593,7 +593,7 @@ DetectAndPreparePlatformPciDevicePath (
|
||
|
//
|
||
|
// Here we decide which VGA device to enable in PCI bus
|
||
|
//
|
||
|
- if (IS_PCI_VGA (Pci)) {
|
||
|
+ if (IS_PCI_DISPLAY (Pci)) {
|
||
|
//
|
||
|
// Add them to ConOut.
|
||
|
//
|
||
|
--
|
||
|
1.8.3.1
|
||
|
|