[Intel-gfx] [igt PATCH 1/4] lib: shorten DP/eDP connector names
Imre Deak
imre.deak at intel.com
Mon Aug 5 13:45:23 CEST 2013
Signed-off-by: Imre Deak <imre.deak at intel.com>
---
lib/drmtest.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/drmtest.c b/lib/drmtest.c
index e599af7..d51f708 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -1254,11 +1254,11 @@ struct type_name connector_type_names[] = {
{ DRM_MODE_CONNECTOR_LVDS, "LVDS" },
{ DRM_MODE_CONNECTOR_Component, "component" },
{ DRM_MODE_CONNECTOR_9PinDIN, "9-pin DIN" },
- { DRM_MODE_CONNECTOR_DisplayPort, "DisplayPort" },
+ { DRM_MODE_CONNECTOR_DisplayPort, "DP" },
{ DRM_MODE_CONNECTOR_HDMIA, "HDMI-A" },
{ DRM_MODE_CONNECTOR_HDMIB, "HDMI-B" },
{ DRM_MODE_CONNECTOR_TV, "TV" },
- { DRM_MODE_CONNECTOR_eDP, "Embedded DisplayPort" },
+ { DRM_MODE_CONNECTOR_eDP, "eDP" },
};
type_name_fn(connector_type)
--
1.8.3.2
More information about the Intel-gfx
mailing list