diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-09-07 13:10:15 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-09-07 13:10:15 -0700 |
commit | b8abe6139e5c6779ee87d983346f0f65bf67462e (patch) | |
tree | 94a034ea29395fc108352f91993f1c799874db5d /tests | |
parent | 23287f05cf2443ddf9e028e29beb5bd30979c6cf (diff) |
modetest: add edp and TV connector names to the connector name array
Diffstat (limited to 'tests')
-rw-r--r-- | tests/modetest/modetest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 0a60c896..177b9c0a 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -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) |