From 59e324abd7cbda5d301b7b67125cd6d96684f000 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Tue, 26 Nov 2013 17:08:03 +0100 Subject: [PATCH] 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 --- hw/xfree86/drivers/modesetting/drmmode_display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.c b/hw/xfree86/drivers/modesetting/drmmode_display.c index a34377843..25641ce36 100644 --- a/hw/xfree86/drivers/modesetting/drmmode_display.c +++ b/hw/xfree86/drivers/modesetting/drmmode_display.c @@ -977,6 +977,7 @@ static const char * const output_names[] = { "None", "TV", "eDP", "Virtual", + "DSI", }; static void