mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / roda / rv11 / variants / rw11 / gma-mainboard.ads
blobc468ca32b7bbee877ed442b87ed3a2c54546f168
1 -- SPDX-License-Identifier: GPL-2.0-or-later
3 with HW.GFX.GMA;
4 with HW.GFX.GMA.Display_Probing;
6 use HW.GFX.GMA;
7 use HW.GFX.GMA.Display_Probing;
9 private package GMA.Mainboard is
11 -- For a three-pipe setup, bandwidth is shared between the 2nd and
12 -- the 3rd pipe (if it's not eDP). Thus, probe ports that likely
13 -- have a high-resolution display attached first, `eDP` last.
15 ports : constant Port_List :=
16 (DP2,
17 DP3,
18 HDMI2,
19 HDMI3,
20 Analog,
21 eDP,
22 others => Disabled);
24 end GMA.Mainboard;