From c9f899bf34530d54eb96dda9f5e7d9135967fc11 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Tue, 26 Nov 2013 17:08:03 +0100 Subject: Properly identify DSI outputs Newer Linux kernels support DSI outputs. To be able to identify them properly, add DSI to the list of output names. Reviewed-by: Aaron Plattner Signed-off-by: Thierry Reding --- src/drmmode_display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index a343778..25641ce 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -977,6 +977,7 @@ static const char * const output_names[] = { "None", "TV", "eDP", "Virtual", + "DSI", }; static void -- cgit v1.2.3