blob: fc6b6ddd8de52955165dcf731117e80bae720fa8 [file] [log] [blame]
Michał Kopećcce6dfb2023-09-23 14:48:25 +02001-- 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 -- Two onboard DP++, one header for optional DP, HDMI or VGA port
11 ports : constant Port_List :=
12 (DP1,
13 DP2,
14 DP3,
15 HDMI1,
16 HDMI2,
17 HDMI3,
18 others => Disabled);
19
20end GMA.Mainboard;