From b8abe6139e5c6779ee87d983346f0f65bf67462e Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Tue, 7 Sep 2010 13:10:15 -0700 Subject: modetest: add edp and TV connector names to the connector name array --- tests/modetest/modetest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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) -- cgit v1.2.3