blob: 4d24d0bef78765207db64fceba88f7ab2c3822fc [file] [log] [blame]
Angel Ponsc67e4db2020-03-18 23:26:07 +01001-- SPDX-License-Identifier: GPL-2.0-or-later
Nico Huberec69c482017-10-20 21:12:45 +02002
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 :=
Nico Huber4ce52902020-02-15 17:56:01 +010012 (eDP,
Nico Huberec69c482017-10-20 21:12:45 +020013 DP3,
14 HDMI3,
15 others => Disabled);
16
17end GMA.Mainboard;