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

Marius Vlad marius.c.vlad at intel.com
Wed May 11 15:24:12 UTC 2016


Pushed. Thanks!
On Wed, May 11, 2016 at 12:42:05PM +0300, Jani Nikula wrote:
> 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
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20160511/b2ee07ac/attachment.sig>


More information about the Intel-gfx mailing list