summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/h61-series/variants/p8h61-m_pro/gma-mainboard.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/h61-series/variants/p8h61-m_pro/gma-mainboard.ads')
-rw-r--r--src/mainboard/asus/h61-series/variants/p8h61-m_pro/gma-mainboard.ads21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/asus/h61-series/variants/p8h61-m_pro/gma-mainboard.ads b/src/mainboard/asus/h61-series/variants/p8h61-m_pro/gma-mainboard.ads
new file mode 100644
index 0000000000..ddbbd82bf7
--- /dev/null
+++ b/src/mainboard/asus/h61-series/variants/p8h61-m_pro/gma-mainboard.ads
@@ -0,0 +1,21 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
+
+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
+
+ -- For a three-pipe setup, bandwidth is shared between the 2nd and
+ -- the 3rd pipe. Thus, probe ports that likely have a high-resolution
+ -- display attached first.
+
+ ports : constant Port_List :=
+ (HDMI3, -- mainboard HDMI port
+ HDMI1, -- mainboard DVI-D port
+ Analog,
+ others => Disabled);
+
+end GMA.Mainboard;