summaryrefslogtreecommitdiffstats
path: root/src/mainboard/roda/rv11/variants/rw11
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-03-08 23:03:01 +0100
committerNico Huber <nico.h@gmx.de>2017-04-08 13:02:44 +0200
commit989aae9f6115abb49be2a54e081f96d0b4418e64 (patch)
tree4f9b9bee4a9e987560ba7d80c80bdcd6871dee3d /src/mainboard/roda/rv11/variants/rw11
parentfe41ae936ab0d520fa5319a0442252260d971fda (diff)
downloadcoreboot-989aae9f6115abb49be2a54e081f96d0b4418e64.tar.gz
coreboot-989aae9f6115abb49be2a54e081f96d0b4418e64.tar.bz2
coreboot-989aae9f6115abb49be2a54e081f96d0b4418e64.zip
3rdparty/libgfxinit: Update submodule pointer
Some renamings force us to update our code: * Scan_Ports() moved into a new package Display_Probing. * Ports Digital[123] are called HDMI[123] now (finally!). * `Configs_Type` became `Pipe_Configs`, `Config_Index` `Pipe_Index`. Other noteworthy changes in libgfxinit: * libgfxinit now knows about ports that share pins (e.g. HDMI1 and DP1) and refuses to enable any of them if both are connected (which is physically possible on certain ThinkPad docks). * Major refactoring of the high-level GMA code. Change-Id: I0ac376c6a3da997fa4a23054198819ca664b8bf0 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/18770 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/roda/rv11/variants/rw11')
-rw-r--r--src/mainboard/roda/rv11/variants/rw11/gma-mainboard.ads6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/roda/rv11/variants/rw11/gma-mainboard.ads b/src/mainboard/roda/rv11/variants/rw11/gma-mainboard.ads
index 52b81fab4c33..51c5a2baffd1 100644
--- a/src/mainboard/roda/rv11/variants/rw11/gma-mainboard.ads
+++ b/src/mainboard/roda/rv11/variants/rw11/gma-mainboard.ads
@@ -1,6 +1,8 @@
with HW.GFX.GMA;
+with HW.GFX.GMA.Display_Probing;
use HW.GFX.GMA;
+use HW.GFX.GMA.Display_Probing;
private package GMA.Mainboard is
@@ -11,8 +13,8 @@ private package GMA.Mainboard is
ports : constant Port_List :=
(DP2,
DP3,
- Digital2,
- Digital3,
+ HDMI2,
+ HDMI3,
Analog,
Internal,
others => Disabled);