blob: 74b50645e6d8189db83b2349d589c1145527363d [file] [log] [blame]
Riku Viitanen685097b2023-05-02 00:47:32 +03001-- 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,
13 DP2,
14 HDMI1,
15 HDMI2,
16 Analog,
17 others => Disabled);
18
19end GMA.Mainboard;