blob: 406e18fdf9a04ed707ca8a59c1b645d193153b55 [file] [log] [blame]
Angel Ponsc67e4db2020-03-18 23:26:07 +01001-- SPDX-License-Identifier: GPL-2.0-or-later
Arthur Heymans2abde072018-06-11 10:22:55 +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 :=
12 (DP2,
13 HDMI2,
14 Analog,
Nico Huber4ce52902020-02-15 17:56:01 +010015 LVDS,
Arthur Heymans2abde072018-06-11 10:22:55 +020016 others => Disabled);
17
18end GMA.Mainboard;