Otherwise xrandr shows the name as "Unkonwn16-1" instead of DSI-1. Presumably output 15 is also DSI as there are two instances.
Cc: Laurent Pinchart <[email protected]> Cc: Matthijs van Duin <[email protected]> Cc: Merlijn Wajer <[email protected]> Cc: Rob Clark <[email protected]> Cc: Sebastian Reichel <[email protected]> Cc: Tomi Valkeinen <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> --- src/drmmode_display.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/drmmode_display.c b/src/drmmode_display.c --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -1043,6 +1043,8 @@ const char *output_names[] = { "None", "HDMI", "TV", "eDP", + "DSI", + "DSI", }; #define NUM_OUTPUT_NAMES (sizeof(output_names) / sizeof(output_names[0])) -- 2.24.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
