[Intel-gfx] [PATCH i-g-t 1/2] lib/igt_aux: update encoder and type names

Jani Nikula jani.nikula at intel.com
Wed May 11 09:42:05 UTC 2016


Virtual, DSI, DP MST.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 lib/igt_aux.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/igt_aux.c b/lib/igt_aux.c
index 68c9fba1628b..5dbbe4dd4a85 100644
--- a/lib/igt_aux.c
+++ b/lib/igt_aux.c
@@ -957,6 +957,9 @@ struct type_name encoder_type_names[] = {
 	{ DRM_MODE_ENCODER_TMDS, "TMDS" },
 	{ DRM_MODE_ENCODER_LVDS, "LVDS" },
 	{ DRM_MODE_ENCODER_TVDAC, "TVDAC" },
+	{ DRM_MODE_ENCODER_VIRTUAL, "Virtual" },
+	{ DRM_MODE_ENCODER_DSI, "DSI" },
+	{ DRM_MODE_ENCODER_DPMST, "DP MST" },
 };
 
 type_name_fn(encoder_type)
@@ -985,6 +988,8 @@ struct type_name connector_type_names[] = {
 	{ DRM_MODE_CONNECTOR_HDMIB, "HDMI-B" },
 	{ DRM_MODE_CONNECTOR_TV, "TV" },
 	{ DRM_MODE_CONNECTOR_eDP, "eDP" },
+	{ DRM_MODE_CONNECTOR_VIRTUAL, "Virtual" },
+	{ DRM_MODE_CONNECTOR_DSI, "DSI" },
 };
 
 type_name_fn(connector_type)
-- 
2.1.4



More information about the Intel-gfx mailing list