diff options
Diffstat (limited to 'src/mainboard/dell/snb_ivb_latitude/gma-mainboard.ads')
-rw-r--r-- | src/mainboard/dell/snb_ivb_latitude/gma-mainboard.ads | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/mainboard/dell/snb_ivb_latitude/gma-mainboard.ads b/src/mainboard/dell/snb_ivb_latitude/gma-mainboard.ads new file mode 100644 index 0000000000..ea6dfb06ed --- /dev/null +++ b/src/mainboard/dell/snb_ivb_latitude/gma-mainboard.ads @@ -0,0 +1,22 @@ +-- SPDX-License-Identifier: GPL-2.0-or-later + +with HW.GFX.GMA; +with HW.GFX.GMA.Display_Probing; + +use HW.GFX.GMA; +use HW.GFX.GMA.Display_Probing; + +private package GMA.Mainboard is + + ports : constant Port_List := + ( + HDMI1, -- mainboard HDMI + HDMI2, -- dock DVI + HDMI3, -- dock DVI + DP2, -- dock DP + DP3, -- dock DP + Analog, -- mainboard/dock VGA (muxed) + LVDS, + others => Disabled); + +end GMA.Mainboard; |