blob: fcfbd75a92617f1013d7e616b92e677e42ee8c38 [file] [log] [blame]
Angel Ponsc67e4db2020-03-18 23:26:07 +01001-- SPDX-License-Identifier: GPL-2.0-or-later
Matt DeVillier64dc5c12019-09-21 13:54:58 -05002
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 :=
Matt DeVillierc5d191b2024-04-13 09:42:39 -050012 (eDP,
13 DP1,
Matt DeVillier64dc5c12019-09-21 13:54:58 -050014 DP2,
15 HDMI1,
16 HDMI2,
17 others => Disabled);
18
19end GMA.Mainboard;