OSDN Git Service

modetest: add edp and TV connector names to the connector name array
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 7 Sep 2010 20:10:15 +0000 (13:10 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 7 Sep 2010 20:10:15 +0000 (13:10 -0700)
tests/modetest/modetest.c

index 0a60c89..177b9c0 100644 (file)
@@ -111,6 +111,8 @@ struct type_name connector_type_names[] = {
        { DRM_MODE_CONNECTOR_DisplayPort, "displayport" },
        { DRM_MODE_CONNECTOR_HDMIA, "HDMI-A" },
        { DRM_MODE_CONNECTOR_HDMIB, "HDMI-B" },
+       { DRM_MODE_CONNECTOR_TV, "TV" },
+       { DRM_MODE_CONNECTOR_eDP, "embedded displayport" },
 };
 
 type_name_fn(connector_type)