blob: 3962512eec502a0365216e6b370ba048e9e85c5c [file] [log] [blame]
Iru Cai7e28c842021-04-24 21:22:10 +08001-- SPDX-License-Identifier: GPL-2.0-or-later
2
3with HW.GFX.GMA;
4with HW.GFX.GMA.Display_Probing;
5
6use HW.GFX.GMA;
7use HW.GFX.GMA.Display_Probing;
8
9private package GMA.Mainboard is
10
11 ports : constant Port_List :=
12 (DP1, -- All DisplayPorts
13 HDMI1,
14 DP2, -- VGA
15 eDP,
16 others => Disabled);
17
18end GMA.Mainboard;