summaryrefslogtreecommitdiff
path: root/tools/intel_vbt_decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/intel_vbt_decode.c')
-rw-r--r--tools/intel_vbt_decode.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index 2419ee10..aff212a9 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -379,6 +379,11 @@ static const char *dvo_port_names[] = {
[DVO_PORT_HDMIB] = "HDMI-B",
[DVO_PORT_HDMIC] = "HDMI-C",
[DVO_PORT_HDMID] = "HDMI-D",
+ [DVO_PORT_HDMIE] = "HDMI-E",
+ [DVO_PORT_HDMIF] = "HDMI-F",
+ [DVO_PORT_HDMIG] = "HDMI-G",
+ [DVO_PORT_HDMIH] = "HDMI-H",
+ [DVO_PORT_HDMII] = "HDMI-I",
[DVO_PORT_LVDS] = "LVDS",
[DVO_PORT_TV] = "TV",
[DVO_PORT_CRT] = "CRT",
@@ -387,7 +392,10 @@ static const char *dvo_port_names[] = {
[DVO_PORT_DPD] = "DP-D",
[DVO_PORT_DPA] = "DP-A",
[DVO_PORT_DPE] = "DP-E",
- [DVO_PORT_HDMIE] = "HDMI-E",
+ [DVO_PORT_DPF] = "DP-F",
+ [DVO_PORT_DPG] = "DP-G",
+ [DVO_PORT_DPH] = "DP-H",
+ [DVO_PORT_DPI] = "DP-I",
[DVO_PORT_MIPIA] = "MIPI-A",
[DVO_PORT_MIPIB] = "MIPI-B",
[DVO_PORT_MIPIC] = "MIPI-C",