All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 1/2] lib/igt_aux: update encoder and type names
@ 2016-05-11  9:42 Jani Nikula
  2016-05-11  9:42 ` [PATCH i-g-t 2/2] lib/igt_aux: define actual functions for kmstest_*_str Jani Nikula
  2016-05-11 15:24 ` [PATCH i-g-t 1/2] lib/igt_aux: update encoder and type names Marius Vlad
  0 siblings, 2 replies; 7+ messages in thread
From: Jani Nikula @ 2016-05-11  9:42 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Virtual, DSI, DP MST.

Signed-off-by: Jani Nikula <jani.nikula@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-05-17 11:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11  9:42 [PATCH i-g-t 1/2] lib/igt_aux: update encoder and type names Jani Nikula
2016-05-11  9:42 ` [PATCH i-g-t 2/2] lib/igt_aux: define actual functions for kmstest_*_str Jani Nikula
2016-05-17  9:56   ` Daniel Vetter
2016-05-17 10:05     ` Jani Nikula
2016-05-17 11:11       ` Daniel Vetter
2016-05-17 11:44         ` [PATCH] lib/igt_kms: move gtk-doc comments next to the definition Jani Nikula
2016-05-11 15:24 ` [PATCH i-g-t 1/2] lib/igt_aux: update encoder and type names Marius Vlad

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.