2016-12-18 16:05:15 +01:00
|
|
|
--
|
|
|
|
--
|
|
|
|
-- This program is free software; you can redistribute it and/or modify
|
|
|
|
-- it under the terms of the GNU General Public License as published by
|
|
|
|
-- the Free Software Foundation; either version 2 of the License, or
|
|
|
|
-- (at your option) any later version.
|
|
|
|
--
|
|
|
|
-- This program is distributed in the hope that it will be useful,
|
|
|
|
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
-- GNU General Public License for more details.
|
|
|
|
--
|
|
|
|
|
|
|
|
with HW.GFX.GMA;
|
2017-03-08 23:03:01 +01:00
|
|
|
with HW.GFX.GMA.Display_Probing;
|
2016-12-18 16:05:15 +01:00
|
|
|
|
|
|
|
use HW.GFX.GMA;
|
2017-03-08 23:03:01 +01:00
|
|
|
use HW.GFX.GMA.Display_Probing;
|
2016-12-18 16:05:15 +01:00
|
|
|
|
|
|
|
private package GMA.Mainboard is
|
|
|
|
|
|
|
|
ports : constant Port_List :=
|
2017-03-08 23:03:01 +01:00
|
|
|
(HDMI1,
|
2020-02-15 17:56:01 +01:00
|
|
|
eDP,
|
2016-12-18 16:05:15 +01:00
|
|
|
others => Disabled);
|
|
|
|
|
|
|
|
end GMA.Mainboard;
|