Newer Linux kernels support DSI outputs. To be able to identify them properly, add DSI to the list of output names.
Signed-off-by: Thierry Reding <[email protected]> --- src/drmmode_display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 8591e18..611a612 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -978,6 +978,7 @@ static const char *output_names[] = { "None", "TV", "eDP", "Virtual", + "DSI", }; static void -- 1.8.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
